Uses of Interface
javax.xml.rpc.Service
Packages that use Service
-
Uses of Service in javax.xml.rpc
Methods in javax.xml.rpc that return ServiceModifier and TypeMethodDescriptionabstract ServiceServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName) Create aServiceinstance.abstract ServiceServiceFactory.createService(QName serviceName) Create aServiceinstance.abstract ServiceServiceFactory.loadService(Class class1) abstract ServiceServiceFactory.loadService(URL url, Class class1, Properties properties) abstract ServiceServiceFactory.loadService(URL url, QName qname, Properties properties) -
Uses of Service in org.apache.axis.client
Classes in org.apache.axis.client that implement ServiceModifier and TypeClassDescriptionclassAxis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.Fields in org.apache.axis.client declared as ServiceMethods in org.apache.axis.client that return ServiceModifier and TypeMethodDescriptionStub._getService()Provide access to the service object.ServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName) Create a Service instance.ServiceFactory.createService(QName serviceName) Create a Service instance.ServiceFactory.loadService(Class serviceInterface) Create an instance of the generated service implementation class for a given service interface, if available.ServiceFactory.loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties properties) Create an instance of the generated service implementation class for a given service interface, if available.ServiceFactory.loadService(URL wsdlDocumentLocation, QName serviceName, Properties properties) Create an instance of the generated service implementation class for a given service, if available.