Package | Description |
---|---|
com.sun.xml.ws.api.client | |
com.sun.xml.ws.api.config.management.policy | |
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.client.dispatch | |
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.developer |
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
|
Modifier and Type | Method and Description |
---|---|
List<WebServiceFeature> |
ServiceInterceptor.preCreateBinding(WSPortInfo port,
Class<?> serviceEndpointInterface,
WSFeatureList defaultFeatures)
Called before
WSBinding is created, to allow interceptors
to add WebServiceFeature s to the created WSBinding . |
Modifier and Type | Method and Description |
---|---|
static ManagedClientAssertion |
ManagedClientAssertion.getAssertion(WSPortInfo portInfo)
Return ManagedClient assertion if there is one associated with the client.
|
Modifier and Type | Method and Description |
---|---|
WSPortInfo |
ClientTubeAssemblerContext.getPortInfo()
The pipeline is created for this
WSPortInfo . |
Modifier and Type | Method and Description |
---|---|
static Dispatch<DataSource> |
Stubs.createDataSourceDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
Creates a new
Dispatch stub for DataSource . |
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(WSPortInfo portInfo,
WSBinding binding,
JAXBContext jaxbContext,
Service.Mode mode,
WSEndpointReference epr)
Creates a new JAXB-based
Dispatch stub that connects to the given pipe. |
static Dispatch<com.sun.xml.ws.api.message.Message> |
Stubs.createMessageDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr)
Creates a new
Message -based Dispatch stub that connects to the given pipe. |
static Dispatch<com.sun.xml.ws.api.message.Packet> |
Stubs.createPacketDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr)
Creates a new
Message -based Dispatch stub that connects to the given pipe. |
<T> T |
Stubs.createPortProxy(WSPortInfo portInfo,
WSBinding binding,
SEIModel model,
Class<T> portInterface,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface.
|
static Dispatch<SOAPMessage> |
Stubs.createSAAJDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
Creates a new
Dispatch stub for SOAPMessage . |
static Dispatch<Source> |
Stubs.createSourceDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
|
Modifier and Type | Method and Description |
---|---|
WSPortInfo |
ClientTubelineAssemblyContext.getPortInfo() |
Modifier and Type | Class and Description |
---|---|
class |
PortInfo
Information about a port.
|
class |
SEIPortInfo
|
Modifier and Type | Field and Description |
---|---|
protected WSPortInfo |
Stub.portInfo |
Modifier and Type | Method and Description |
---|---|
WSPortInfo |
Stub.getPortInfo() |
Constructor and Description |
---|
Stub(WSPortInfo portInfo,
BindingImpl binding,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr) |
Stub(WSPortInfo portInfo,
BindingImpl binding,
Tube master,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr) |
Modifier and Type | Method and Description |
---|---|
static Dispatch<Source> |
DispatchImpl.createSourceDispatch(WSPortInfo portInfo,
Service.Mode mode,
BindingImpl binding,
WSEndpointReference epr) |
Constructor and Description |
---|
SEIStub(WSPortInfo portInfo,
BindingImpl binding,
SOAPSEIModel seiModel,
WSEndpointReference epr) |
Modifier and Type | Method and Description |
---|---|
WSPortInfo |
WSBindingProvider.getPortInfo() |
Copyright © 2015 Oracle Corporation. All rights reserved.