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 Service
ServiceFactory.createService
(URL wsdlDocumentLocation, QName serviceName) Create aService
instance.abstract Service
ServiceFactory.createService
(QName serviceName) Create aService
instance.abstract Service
ServiceFactory.loadService
(Class class1) abstract Service
ServiceFactory.loadService
(URL url, Class class1, Properties properties) abstract Service
ServiceFactory.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 TypeClassDescriptionclass
Axis' 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.