Uses of Interface
com.sun.xml.ws.api.pipe.StreamSOAPCodec
Packages that use StreamSOAPCodec
-
Uses of StreamSOAPCodec in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return StreamSOAPCodecModifier and TypeMethodDescriptionstatic 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).SOAPBindingCodec.getXMLCodec()Methods in com.sun.xml.ws.api.pipe with parameters of type StreamSOAPCodecModifier and TypeMethodDescriptionstatic 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 StreamSOAPCodecMethods in com.sun.xml.ws.encoding that return StreamSOAPCodecConstructors in com.sun.xml.ws.encoding with parameters of type StreamSOAPCodecModifierConstructorDescriptionSOAPBindingCodec(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 StreamSOAPCodecModifier and TypeMethodDescriptionstatic 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 StreamSOAPCodecConstructors in com.sun.xml.ws.security.encoding with parameters of type StreamSOAPCodecModifierConstructorDescriptionLazyStreamCodec(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 StreamSOAPCodecConstructors in com.sun.xml.ws.security.message.stream with parameters of type StreamSOAPCodecModifierConstructorDescriptionLazyStreamBasedMessage(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 StreamSOAPCodecModifier and TypeMethodDescriptionstatic WSTCPFastInfosetStreamCodecWSTCPFastInfosetStreamCodec.create(StreamSOAPCodec soapCodec, SOAPVersion version, WSTCPFastInfosetStreamReaderRecyclable.RecycleAwareListener readerRecycleListener, boolean retainState) Creates a newFastInfosetStreamSOAPCodecinstance. -
Uses of StreamSOAPCodec in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with parameters of type StreamSOAPCodecModifier and TypeMethodDescriptionstatic CodecFastInfosetUtil.getFICodec(StreamSOAPCodec soapCodec, SOAPVersion version)
Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList)