|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamSOAPCodec | |
|---|---|
| com.sun.xml.ws.api.pipe | Pipe and related abstractions. |
| com.sun.xml.ws.encoding | |
| com.sun.xml.ws.encoding.fastinfoset | |
| Uses of StreamSOAPCodec in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe that return StreamSOAPCodec | |
|---|---|
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. use Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList) |
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()
|
| Methods in com.sun.xml.ws.api.pipe with parameters of type StreamSOAPCodec | |
|---|---|
static SOAPBindingCodec |
Codecs.createSOAPBindingCodec(WSBinding binding,
StreamSOAPCodec xmlEnvelopeCodec)
This creates a full Codec for SOAP binding using the primary
XML codec argument. |
| Uses of StreamSOAPCodec in com.sun.xml.ws.encoding |
|---|
| Classes in com.sun.xml.ws.encoding that implement StreamSOAPCodec | |
|---|---|
class |
StreamSOAPCodec
A stream SOAP codec. |
| Methods in com.sun.xml.ws.encoding that return StreamSOAPCodec | |
|---|---|
StreamSOAPCodec |
SOAPBindingCodec.getXMLCodec()
|
| Constructors in com.sun.xml.ws.encoding with parameters of type StreamSOAPCodec | |
|---|---|
SOAPBindingCodec(WSFeatureList features,
StreamSOAPCodec xmlSoapCodec)
|
|
| Uses of StreamSOAPCodec in com.sun.xml.ws.encoding.fastinfoset |
|---|
| Methods in com.sun.xml.ws.encoding.fastinfoset with parameters of type StreamSOAPCodec | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||