Package | Description |
---|---|
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 | |
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
WSService |
WSPortInfo.getOwner()
Returns
WSService object that owns this port. |
Modifier and Type | Method and Description |
---|---|
abstract ServiceInterceptor |
ServiceInterceptorFactory.create(WSService service) |
static ServiceInterceptor |
ServiceInterceptorFactory.load(WSService service,
ClassLoader cl)
Loads all
ServiceInterceptor s and return aggregated one. |
Modifier and Type | Method and Description |
---|---|
WSService |
ClientTubeAssemblerContext.getService()
The pipeline is created for this
WSService . |
Modifier and Type | Method and Description |
---|---|
static Dispatch<javax.activation.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)
|
<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<javax.xml.soap.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.
|
Constructor and Description |
---|
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(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) . |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec,SEIModel) . |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
Class sei)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) . |
Modifier and Type | Method and Description |
---|---|
WSService |
DefaultClientTubelineAssemblyContext.getService()
The pipeline is created for this
WSService . |
Modifier and Type | Method and Description |
---|---|
WSService |
ClientTubelineAssemblyContext.getService()
The pipeline is created for this
WSService . |
Modifier and Type | Class and Description |
---|---|
class |
WSServiceDelegate
Service objects provide the client view of a Web service. |
Modifier and Type | Method and Description |
---|---|
WSService |
PortInfo.getOwner() |
WSService |
Stub.getService() |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.