Package | Description |
---|---|
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.encoding | |
com.sun.xml.ws.encoding.fastinfoset |
Modifier and Type | Method and Description |
---|---|
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(SOAPVersion version)
Creates a default
Codec that can be used to used to
decode XML infoset in SOAP envelope(primary part in MIME message). |
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(WSBinding binding)
Deprecated.
|
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList features)
Creates a default
Codec that can be used to used to
decode XML infoset in SOAP envelope(primary part in MIME message). |
StreamSOAPCodec |
SOAPBindingCodec.getXMLCodec() |
Modifier and Type | Method and Description |
---|---|
static SOAPBindingCodec |
Codecs.createSOAPBindingCodec(WSBinding binding,
StreamSOAPCodec xmlEnvelopeCodec)
This creates a full
Codec for SOAP binding using the primary
XML codec argument. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
StreamSOAP11Codec
StreamSOAPCodec for SOAP 1.1. |
(package private) class |
StreamSOAP12Codec
StreamSOAPCodec for SOAP 1.2. |
class |
StreamSOAPCodec
A stream SOAP codec.
|
Modifier and Type | Method and Description |
---|---|
StreamSOAPCodec |
SOAPBindingCodec.getXMLCodec() |
Constructor and Description |
---|
MtomCodec(SOAPVersion version,
StreamSOAPCodec codec,
WSFeatureList features) |
SOAPBindingCodec(WSFeatureList features,
StreamSOAPCodec xmlSoapCodec) |
Modifier and Type | Method and Description |
---|---|
static FastInfosetStreamSOAPCodec |
FastInfosetStreamSOAPCodec.create(StreamSOAPCodec soapCodec,
SOAPVersion version)
Creates a new
FastInfosetStreamSOAPCodec instance. |
static FastInfosetStreamSOAPCodec |
FastInfosetStreamSOAPCodec.create(StreamSOAPCodec soapCodec,
SOAPVersion version,
boolean retainState)
Creates a new
FastInfosetStreamSOAPCodec instance. |
Constructor and Description |
---|
FastInfosetStreamSOAP11Codec(StreamSOAPCodec soapCodec,
boolean retainState) |
FastInfosetStreamSOAP12Codec(StreamSOAPCodec soapCodec,
boolean retainState) |
FastInfosetStreamSOAPCodec(StreamSOAPCodec soapCodec,
SOAPVersion soapVersion,
boolean retainState,
String mimeType) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.