Uses of Interface
javax.xml.rpc.Service

Packages that use Service
javax.xml.rpc   
org.apache.axis.client   
 

Uses of Service in javax.xml.rpc
 

Methods in javax.xml.rpc that return Service
abstract  Service ServiceFactory.createService(java.net.URL wsdlDocumentLocation, QName serviceName)
          Create a Service instance.
abstract  Service ServiceFactory.createService(QName serviceName)
          Create a Service 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
 class Service
          Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.
 

Methods in org.apache.axis.client that return Service
 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.
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.