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.
 

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.
 

Fields in org.apache.axis.client declared as Service
protected  Service Stub.service
           
 

Methods in org.apache.axis.client that return Service
 Service ServiceFactory.createService(java.net.URL wsdlDocumentLocation, QName serviceName)
          Create a Service instance.
 Service ServiceFactory.createService(QName serviceName)
          Create a Service instance.
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.