Uses of Interface
javax.xml.rpc.Service
-
Packages that use Service Package Description javax.xml.rpc org.apache.axis.client -
-
Uses of Service in javax.xml.rpc
Methods in javax.xml.rpc that return Service Modifier and Type Method Description abstract ServiceServiceFactory. createService(java.net.URL wsdlDocumentLocation, QName serviceName)Create aServiceinstance.abstract ServiceServiceFactory. createService(QName serviceName)Create aServiceinstance.abstract ServiceServiceFactory. loadService(java.lang.Class class1)abstract ServiceServiceFactory. loadService(java.net.URL url, java.lang.Class class1, java.util.Properties properties)abstract ServiceServiceFactory. loadService(java.net.URL url, QName qname, java.util.Properties properties) -
Uses of Service in org.apache.axis.client
Classes in org.apache.axis.client that implement Service Modifier and Type Class Description classServiceAxis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.Fields in org.apache.axis.client declared as Service Modifier and Type Field Description protected ServiceStub. serviceMethods in org.apache.axis.client that return Service Modifier and Type Method Description ServiceStub. _getService()Provide access to the service object.ServiceServiceFactory. createService(java.net.URL wsdlDocumentLocation, QName serviceName)Create a Service instance.ServiceServiceFactory. createService(QName serviceName)Create a Service instance.ServiceServiceFactory. loadService(java.lang.Class serviceInterface)Create an instance of the generated service implementation class for a given service interface, if available.ServiceServiceFactory. loadService(java.net.URL wsdlDocumentLocation, java.lang.Class serviceInterface, java.util.Properties properties)Create an instance of the generated service implementation class for a given service interface, if available.ServiceServiceFactory. loadService(java.net.URL wsdlDocumentLocation, QName serviceName, java.util.Properties properties)Create an instance of the generated service implementation class for a given service, if available.
-