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 -
-
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)
-