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   
com.sun.xml.ws.encoding.fastinfoset   
com.sun.xml.ws.security.encoding   
com.sun.xml.ws.security.message.stream   
com.sun.xml.ws.transport.tcp.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).
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.
 

Uses of StreamSOAPCodec in com.sun.xml.ws.security.encoding
 

Classes in com.sun.xml.ws.security.encoding that implement StreamSOAPCodec
 class LazyStreamCodec
           
 

Constructors in com.sun.xml.ws.security.encoding with parameters of type StreamSOAPCodec
LazyStreamCodec(StreamSOAPCodec codec)
          Creates a new instance of SecurityStream11Codec
 

Uses of StreamSOAPCodec in com.sun.xml.ws.security.message.stream
 

Methods in com.sun.xml.ws.security.message.stream that return StreamSOAPCodec
 StreamSOAPCodec LazyStreamBasedMessage.getCodec()
           
 

Constructors in com.sun.xml.ws.security.message.stream with parameters of type StreamSOAPCodec
LazyStreamBasedMessage(XMLStreamReader message, StreamSOAPCodec codec)
          Creates a new instance of StreamMessage
LazyStreamBasedMessage(XMLStreamReader message, StreamSOAPCodec codec, AttachmentSet as)
           
 

Uses of StreamSOAPCodec in com.sun.xml.ws.transport.tcp.encoding
 

Methods in com.sun.xml.ws.transport.tcp.encoding with parameters of type StreamSOAPCodec
static WSTCPFastInfosetStreamCodec WSTCPFastInfosetStreamCodec.create(StreamSOAPCodec soapCodec, SOAPVersion version, WSTCPFastInfosetStreamReaderRecyclable.RecycleAwareListener readerRecycleListener, boolean retainState)
          Creates a new FastInfosetStreamSOAPCodec instance.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.