Package com.sun.xml.rpc.client
Class ServiceFactoryImpl
- java.lang.Object
-
- javax.xml.rpc.ServiceFactory
-
- com.sun.xml.rpc.client.ServiceFactoryImpl
-
public class ServiceFactoryImpl extends javax.xml.rpc.ServiceFactoryA concrete factory for Service objects.
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description ServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.rpc.ServicecreateService(Class serviceInterface, QName name)javax.xml.rpc.ServicecreateService(URL wsdlDocumentLocation, QName name)javax.xml.rpc.ServicecreateService(QName name)javax.xml.rpc.ServiceloadService(Class serviceInterface)javax.xml.rpc.ServiceloadService(URL wsdlDocumentLocation, Class serviceInterface, Properties properties)javax.xml.rpc.ServiceloadService(URL wsdlDocumentLocation, QName ServiceName, Properties properties)
-
-
-
Method Detail
-
createService
public javax.xml.rpc.Service createService(URL wsdlDocumentLocation, QName name) throws javax.xml.rpc.ServiceException
- Specified by:
createServicein classjavax.xml.rpc.ServiceFactory- Throws:
javax.xml.rpc.ServiceException
-
createService
public javax.xml.rpc.Service createService(QName name) throws javax.xml.rpc.ServiceException
- Specified by:
createServicein classjavax.xml.rpc.ServiceFactory- Throws:
javax.xml.rpc.ServiceException
-
createService
public javax.xml.rpc.Service createService(Class serviceInterface, QName name) throws javax.xml.rpc.ServiceException
- Throws:
javax.xml.rpc.ServiceException
-
loadService
public javax.xml.rpc.Service loadService(Class serviceInterface) throws javax.xml.rpc.ServiceException
- Specified by:
loadServicein classjavax.xml.rpc.ServiceFactory- Throws:
javax.xml.rpc.ServiceException
-
loadService
public javax.xml.rpc.Service loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties properties) throws javax.xml.rpc.ServiceException
- Specified by:
loadServicein classjavax.xml.rpc.ServiceFactory- Throws:
javax.xml.rpc.ServiceException
-
loadService
public javax.xml.rpc.Service loadService(URL wsdlDocumentLocation, QName ServiceName, Properties properties) throws javax.xml.rpc.ServiceException
- Specified by:
loadServicein classjavax.xml.rpc.ServiceFactory- Throws:
javax.xml.rpc.ServiceException
-
-