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.ServiceFactory
A concrete factory for Service objects.
- Author:
- JAX-RPC Development Team
-
Field Summary
Fields inherited from class javax.xml.rpc.ServiceFactory
SERVICEFACTORY_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.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) Methods inherited from class javax.xml.rpc.ServiceFactory
newInstance
-
Constructor Details
-
ServiceFactoryImpl
public ServiceFactoryImpl()
-
-
Method Details
-
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
- 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
-