Uses of Interface
com.sun.xml.ws.api.pipe.StreamSOAPCodec
-
Packages that use StreamSOAPCodec Package Description com.sun.xml.ws.api.pipe Pipeand 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 Modifier and Type Method Description static StreamSOAPCodecCodecs. createSOAPEnvelopeXmlCodec(SOAPVersion version)Creates a defaultCodecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message).static StreamSOAPCodecCodecs. createSOAPEnvelopeXmlCodec(WSBinding binding)Deprecated.static StreamSOAPCodecCodecs. createSOAPEnvelopeXmlCodec(WSFeatureList features)Creates a defaultCodecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message).StreamSOAPCodecSOAPBindingCodec. getXMLCodec()Methods in com.sun.xml.ws.api.pipe with parameters of type StreamSOAPCodec Modifier and Type Method Description static SOAPBindingCodecCodecs. createSOAPBindingCodec(WSBinding binding, StreamSOAPCodec xmlEnvelopeCodec)This creates a fullCodecfor 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 Modifier and Type Class Description classStreamSOAPCodecA stream SOAP codec.Methods in com.sun.xml.ws.encoding that return StreamSOAPCodec Modifier and Type Method Description StreamSOAPCodecSOAPBindingCodec. getXMLCodec()Constructors in com.sun.xml.ws.encoding with parameters of type StreamSOAPCodec Constructor Description 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 Modifier and Type Method Description static FastInfosetStreamSOAPCodecFastInfosetStreamSOAPCodec. create(StreamSOAPCodec soapCodec, SOAPVersion version)Creates a newFastInfosetStreamSOAPCodecinstance.static FastInfosetStreamSOAPCodecFastInfosetStreamSOAPCodec. create(StreamSOAPCodec soapCodec, SOAPVersion version, boolean retainState)Creates a newFastInfosetStreamSOAPCodecinstance. -
Uses of StreamSOAPCodec in com.sun.xml.ws.security.encoding
Classes in com.sun.xml.ws.security.encoding that implement StreamSOAPCodec Modifier and Type Class Description classLazyStreamCodecConstructors in com.sun.xml.ws.security.encoding with parameters of type StreamSOAPCodec Constructor Description 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 Modifier and Type Method Description StreamSOAPCodecLazyStreamBasedMessage. getCodec()Constructors in com.sun.xml.ws.security.message.stream with parameters of type StreamSOAPCodec Constructor Description LazyStreamBasedMessage(XMLStreamReader message, StreamSOAPCodec codec)Creates a new instance of StreamMessageLazyStreamBasedMessage(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 Modifier and Type Method Description static WSTCPFastInfosetStreamCodecWSTCPFastInfosetStreamCodec. create(StreamSOAPCodec soapCodec, SOAPVersion version, WSTCPFastInfosetStreamReaderRecyclable.RecycleAwareListener readerRecycleListener, boolean retainState)Creates a newFastInfosetStreamSOAPCodecinstance.
-