| Package | Description |
|---|---|
| com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
| com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
| 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 | |
| com.sun.xml.ws.assembler.dev | |
| com.sun.xml.ws.binding | |
| com.sun.xml.ws.db | |
| 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 | |
| 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 | Field and Description |
|---|---|
(package private) Codec |
Packet.codec |
| Modifier and Type | Method and Description |
|---|---|
(package private) Codec |
Packet.getCodec() |
| 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 |
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerTubeAssemblerContext.setCodec(Codec codec)
|
void |
ClientTubeAssemblerContext.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)
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 | Interface and Description |
|---|---|
interface |
EndpointAwareCodec
Implemented by
Codecs 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
Messages. |
| Modifier and Type | Method and Description |
|---|---|
protected Packet |
AbstractServerAsyncTransport.decodePacket(T connection,
Codec codec)
decodes the transport data to Packet
|
protected abstract void |
AbstractServerAsyncTransport.encodePacket(T connection,
Packet packet,
Codec codec)
Encodes the
Packet to infoset and writes on the connection. |
| Modifier and Type | Method and Description |
|---|---|
Codec |
DefaultServerTubelineAssemblyContext.getCodec()
Gets the
Codec that is set by DefaultServerTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
Codec |
DefaultClientTubelineAssemblyContext.getCodec()
Gets the
Codec that is set by DefaultClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServerTubelineAssemblyContext.setCodec(Codec codec)
|
void |
DefaultClientTubelineAssemblyContext.setCodec(Codec codec)
|
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerTubelineAssemblyContext.setCodec(Codec codec)
|
void |
ClientTubelineAssemblyContext.setCodec(Codec codec)
|
| Modifier and Type | Method and Description |
|---|---|
Codec |
BindingImpl.createCodec() |
| Modifier and Type | Field and Description |
|---|---|
(package private) Codec |
DatabindingImpl.codec |
| Modifier and Type | Method and Description |
|---|---|
(package private) Codec |
DatabindingImpl.getCodec() |
| 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 |
|---|---|
(package private) class |
MimeCodec
Codecs that uses the MIME multipart as the underlying format. |
class |
MtomCodec
Mtom messge Codec.
|
class |
SOAPBindingCodec
SOAP binding
Codec that can handle MTOM, SwA, and SOAP messages
encoded using XML or Fast Infoset. |
(package private) class |
StreamSOAP11Codec
StreamSOAPCodec for SOAP 1.1. |
(package private) class |
StreamSOAP12Codec
StreamSOAPCodec for SOAP 1.2. |
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 | Field and Description |
|---|---|
protected Codec |
MimeCodec.mimeRootCodec |
| Modifier and Type | Method and Description |
|---|---|
protected Codec |
XMLHTTPBindingCodec.getMimeRootCodec(Packet p) |
protected Codec |
MimeCodec.getMimeRootCodec(Packet packet) |
| 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.
|
(package private) class |
FastInfosetStreamSOAP11Codec
A codec that converts SOAP 1.1 messages infosets to fast infoset
documents.
|
(package private) class |
FastInfosetStreamSOAP12Codec
A codec that converts SOAP 1.2 messages infosets to 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 |
FastInfosetStreamSOAP12Codec.copy() |
Codec |
FastInfosetStreamSOAP11Codec.copy() |
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 |
WSEndpointMOMProxy.createCodec() |
Codec |
WSEndpointImpl.createCodec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpAdapter.AsyncTransport.encodePacket(WSHTTPConnection con,
Packet packet,
Codec codec) |
| Constructor and Description |
|---|
HttpTransportPipe(Codec codec,
WSBinding binding) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.