Uses of Interface
javax.xml.rpc.Service

Packages that use Service
javax.xml.rpc This package contains the core JAX-RPC APIs for the client programming model. 
 

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.