Uses of Class
com.sun.xml.ws.api.WSService

Packages that use WSService
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
com.sun.xml.ws.api.client   
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
 

Uses of WSService in com.sun.xml.ws.api
 

Methods in com.sun.xml.ws.api that return WSService
static WSService WSService.create()
          Creates a service with a dummy service name.
static WSService WSService.create(QName serviceName)
          Create a Service instance.
static WSService WSService.create(URL wsdlDocumentLocation, QName serviceName)
          Create a Service instance.
static WSService WSService.unwrap(javax.xml.ws.Service svc)
          Obtains the WSService that's encapsulated inside a Service.
 

Uses of WSService in com.sun.xml.ws.api.client
 

Methods in com.sun.xml.ws.api.client that return WSService
 WSService WSPortInfo.getOwner()
          Returns WSService object that owns this port.
 

Methods in com.sun.xml.ws.api.client with parameters of type WSService
abstract  ServiceInterceptor ServiceInterceptorFactory.create(WSService service)
           
static ServiceInterceptor ServiceInterceptorFactory.load(WSService service, ClassLoader cl)
          Loads all ServiceInterceptors and return aggregated one.
 

Uses of WSService in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return WSService
 WSService ClientTubeAssemblerContext.getService()
          The pipeline is created for this WSService.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type WSService
static javax.xml.ws.Dispatch<javax.activation.DataSource> Stubs.createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Creates a new Dispatch stub for DataSource.
static
<T> javax.xml.ws.Dispatch<T>
Stubs.createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Creates a new Dispatch stub that connects to the given pipe.
static javax.xml.ws.Dispatch<Object> Stubs.createJAXBDispatch(QName portName, WSService owner, WSBinding binding, JAXBContext jaxbContext, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Creates a new JAXB-based Dispatch stub that connects to the given pipe.
static javax.xml.ws.Dispatch<Message> Stubs.createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Creates a new Message-based Dispatch stub that connects to the given pipe.
<T> T
Stubs.createPortProxy(WSService service, WSBinding binding, SEIModel model, Class<T> portInterface, Tube next, WSEndpointReference epr)
          Creates a new strongly-typed proxy object that implements a given port interface.
static javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage> Stubs.createSAAJDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Creates a new Dispatch stub for SOAPMessage.
static javax.xml.ws.Dispatch<Source> Stubs.createSourceDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Creates a new Dispatch stub for Source.
 

Constructors in com.sun.xml.ws.api.pipe with parameters of type WSService
ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)
          Deprecated.  
ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)
          Deprecated.  
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)
           
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)
           
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)
           
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel)
           
 

Uses of WSService in com.sun.xml.ws.client
 

Subclasses of WSService in com.sun.xml.ws.client
 class WSServiceDelegate
          Service objects provide the client view of a Web service.
 

Methods in com.sun.xml.ws.client that return WSService
 WSService PortInfo.getOwner()