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 
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.xwss   
 

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(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 Dispatch<DataSource> Stubs.createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static
<T> Dispatch<T>
Stubs.createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, Tube next, WSEndpointReference epr)
          Creates a new Dispatch stub that connects to the given pipe.
static
<T> Dispatch<T>
Stubs.createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub that connects to the given pipe.
static Dispatch<Object> Stubs.createJAXBDispatch(QName portName, WSService owner, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static Dispatch<Message> Stubs.createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Deprecated. 
static Dispatch<Packet> Stubs.createPacketDispatch(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, Class<T> portInterface, Tube next, WSEndpointReference epr)
          Creates a new strongly-typed proxy object that implements a given port interface.
static Dispatch<SOAPMessage> Stubs.createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static Dispatch<Source> Stubs.createSourceDispatch(QName portName, WSService owner, WSBinding binding, 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, 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()
           
 

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

Fields in com.sun.xml.ws.transport.tcp.client declared as WSService
protected  WSService TCPTransportPipe.wsService
           
 

Methods in com.sun.xml.ws.transport.tcp.client with parameters of type WSService
 ChannelContext WSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)
           
 

Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type WSService
TCPTransportPipe(WSService wsService, WSBinding wsBinding, Codec defaultCodec, int customTCPPort)
           
 

Uses of WSService in com.sun.xml.xwss
 

Fields in com.sun.xml.xwss declared as WSService
protected  WSService XWSSClientTube.service
           
 

Constructors in com.sun.xml.xwss with parameters of type WSService
XWSSClientTube(WSDLPort prt, WSService svc, WSBinding bnd, Tube nextTube)
          Creates a new instance of XWSSClientPipe
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.