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 Service
ServiceFactory. createService(java.net.URL wsdlDocumentLocation, QName serviceName)
Create aService
instance.abstract Service
ServiceFactory. createService(QName serviceName)
Create aService
instance.abstract Service
ServiceFactory. loadService(java.lang.Class class1)
abstract Service
ServiceFactory. loadService(java.net.URL url, java.lang.Class class1, java.util.Properties properties)
abstract Service
ServiceFactory. 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 class
Service
Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.Fields in org.apache.axis.client declared as Service Modifier and Type Field Description protected Service
Stub. service
Methods in org.apache.axis.client that return Service Modifier and Type Method Description Service
Stub. _getService()
Provide access to the service object.Service
ServiceFactory. createService(java.net.URL wsdlDocumentLocation, QName serviceName)
Create a Service instance.Service
ServiceFactory. createService(QName serviceName)
Create a Service instance.Service
ServiceFactory. loadService(java.lang.Class serviceInterface)
Create an instance of the generated service implementation class for a given service interface, if available.Service
ServiceFactory. 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.Service
ServiceFactory. 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.
-