Uses of Interface
com.sun.xml.ws.api.pipe.StreamSOAPCodec

Packages that use StreamSOAPCodec
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.encoding   
 

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).
 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
(package private)  class StreamSOAP11Codec
          StreamSOAPCodec for SOAP 1.1.
(package private)  class StreamSOAP12Codec
          StreamSOAPCodec for SOAP 1.2.
 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
MtomCodec(SOAPVersion version, StreamSOAPCodec codec, WSBinding binding, javax.xml.ws.WebServiceFeature mtomFeature)
           
SOAPBindingCodec(WSBinding binding, StreamSOAPCodec xmlSoapCodec)