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.assembler.dev   
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(javax.xml.namespace.QName serviceName)
          Create a Service instance.
static WSService WSService.create(java.net.URL wsdlDocumentLocation, javax.xml.namespace.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, java.lang.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(javax.xml.namespace.QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static
<T> javax.xml.ws.Dispatch<T>
Stubs.createDispatch(javax.xml.namespace.QName portName, WSService owner, WSBinding binding, java.lang.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
<T> javax.xml.ws.Dispatch<T>
Stubs.createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, java.lang.Class<T> clazz, javax.xml.ws.Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub that connects to the given pipe.
static javax.xml.ws.Dispatch<java.lang.Object> Stubs.createJAXBDispatch(javax.xml.namespace.QName portName, WSService owner, WSBinding binding, javax.xml.bind.JAXBContext jaxbContext, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static javax.xml.ws.Dispatch<Message> Stubs.createMessageDispatch(javax.xml.namespace.QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Deprecated. 
static javax.xml.ws.Dispatch<Packet> Stubs.createPacketDispatch(javax.xml.namespace.QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Creates a new Packet-based Dispatch stub that connects to the given pipe.
<T> T
Stubs.createPortProxy(WSService service, WSBinding binding, SEIModel model, java.lang.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(javax.xml.namespace.QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static javax.xml.ws.Dispatch<javax.xml.transform.Source> Stubs.createSourceDispatch(javax.xml.namespace.QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
 

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)
          Deprecated. Use ClientTubeAssemblerContext.ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)
          Deprecated. Use ClientTubeAssemblerContext.ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)
          Deprecated. Use ClientTubeAssemblerContext.ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, java.lang.Class sei)
          Deprecated. Use ClientTubeAssemblerContext.ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)
 

Uses of WSService in com.sun.xml.ws.assembler.dev
 

Methods in com.sun.xml.ws.assembler.dev that return WSService
 WSService ClientTubelineAssemblyContext.getService()
          The pipeline is created for this WSService.
 

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()
           
 WSService Stub.getService()
           
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.