Package | Description |
---|---|
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.binding | |
com.sun.xml.ws.encoding | |
com.sun.xml.ws.encoding.fastinfoset | |
com.sun.xml.ws.encoding.xml | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.transport.http.client |
Modifier and Type | Method and Description |
---|---|
abstract Codec |
BindingID.createEncoder(WSBinding binding)
Creates a new
Codec for this binding. |
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPBindingCodec |
interface |
StreamSOAPCodec
Reads events from
XMLStreamReader and constructs a
Message for SOAP envelope. |
Modifier and Type | Method and Description |
---|---|
Codec |
Codec.copy()
Creates a copy of this
Codec . |
static Codec |
Codecs.createXMLCodec(WSFeatureList feature)
This creates a full
Codec for XML binding. |
Codec |
ClientTubeAssemblerContext.getCodec()
Gets the
Codec that is set by ClientTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
Codec |
ServerTubeAssemblerContext.getCodec()
Gets the
Codec that is set by ServerTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
Modifier and Type | Method and Description |
---|---|
void |
ClientTubeAssemblerContext.setCodec(Codec codec)
|
void |
ServerTubeAssemblerContext.setCodec(Codec codec)
|
Constructor and Description |
---|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSBindingProvider bindingProvider,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
Class sei)
This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.
|
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,
Class sei)
|
Modifier and Type | Interface and Description |
---|---|
interface |
EndpointAwareCodec
Implemented by
Codec s that want to have access to
WSEndpoint object. |
Modifier and Type | Field and Description |
---|---|
Codec |
Adapter.Toolkit.codec
For encoding/decoding infoset to/from the byte stream.
|
Modifier and Type | Method and Description |
---|---|
abstract Codec |
WSEndpoint.createCodec()
Gets the Endpoint's codec that is used to encode/decode
Message s. |
Modifier and Type | Method and Description |
---|---|
protected com.sun.xml.ws.api.message.Packet |
AbstractServerAsyncTransport.decodePacket(T connection,
Codec codec)
decodes the transport data to Packet
|
protected abstract void |
AbstractServerAsyncTransport.encodePacket(T connection,
com.sun.xml.ws.api.message.Packet packet,
Codec codec)
Encodes the
Packet to infoset and writes on the connection. |
Modifier and Type | Method and Description |
---|---|
Codec |
ClientTubelineAssemblyContext.getCodec()
Gets the
Codec that is set by ClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
Codec |
ServerTubelineAssemblyContext.getCodec()
Gets the
Codec that is set by ServerTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
Modifier and Type | Method and Description |
---|---|
void |
ClientTubelineAssemblyContext.setCodec(Codec codec)
|
void |
ServerTubelineAssemblyContext.setCodec(Codec codec)
|
Modifier and Type | Method and Description |
---|---|
Codec |
BindingImpl.createCodec() |
Modifier and Type | Interface and Description |
---|---|
interface |
RootOnlyCodec
Codec that works only on the root part of the MIME/multipart. |
Modifier and Type | Class and Description |
---|---|
class |
MtomCodec
Mtom message Codec.
|
class |
SOAPBindingCodec
SOAP binding
Codec that can handle MTOM, SwA, and SOAP messages
encoded using XML or Fast Infoset. |
class |
StreamSOAPCodec
A stream SOAP codec.
|
class |
SwACodec
Codec that uses MIME/multipart as the base format. |
class |
XMLHTTPBindingCodec
XML (infoset) over HTTP binding
Codec . |
Modifier and Type | Method and Description |
---|---|
protected Codec |
XMLHTTPBindingCodec.getMimeRootCodec(com.sun.xml.ws.api.message.Packet p) |
Constructor and Description |
---|
SwACodec(SOAPVersion version,
WSFeatureList f,
Codec rootCodec) |
Modifier and Type | Class and Description |
---|---|
class |
FastInfosetCodec
A codec for encoding/decoding XML infosets to/from fast
infoset documents.
|
class |
FastInfosetStreamSOAPCodec
A stream SOAP codec for handling SOAP message infosets to fast
infoset documents.
|
Modifier and Type | Method and Description |
---|---|
Codec |
FastInfosetCodec.copy() |
Modifier and Type | Class and Description |
---|---|
class |
XMLCodec |
Modifier and Type | Method and Description |
---|---|
Codec |
XMLCodec.copy() |
Modifier and Type | Method and Description |
---|---|
Codec |
WSEndpointImpl.createCodec() |
Codec |
WSEndpointMOMProxy.createCodec() |
Constructor and Description |
---|
HttpTransportPipe(Codec codec,
WSBinding binding) |
Copyright © 2015 Oracle Corporation. All rights reserved.