| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 Serviceinstance. | 
| abstract  Service | ServiceFactory.createService(QName serviceName)Create a Serviceinstance. | 
| 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 | ServiceAxis' JAXRPC Dynamic Invoation Interface implementation of the Service interface. | 
| Fields in org.apache.axis.client declared as Service | |
| protected  Service | Stub.service | 
| 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. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||