| java.lang.Object com.sun.xml.ws.encoding.fastinfoset.FastInfosetStreamSOAPCodec
All known Subclasses: com.sun.xml.ws.encoding.fastinfoset.FastInfosetStreamSOAP11Codec, com.sun.xml.ws.encoding.fastinfoset.FastInfosetStreamSOAP12Codec,
FastInfosetStreamSOAPCodec | abstract public class FastInfosetStreamSOAPCodec implements Codec(Code) | | A stream SOAP codec for handling SOAP message infosets to fast
infoset documents.
This implementation currently defers to
StreamSOAPCodec for the decoding
using
XMLStreamReader .
author: Paul Sandoz |
Method Summary | |
public static FastInfosetStreamSOAPCodec | create(StreamSOAPCodec soapCodec, SOAPVersion version) Creates a new
FastInfosetStreamSOAPCodec instance.
Parameters: version - the SOAP version of the codec. | public static FastInfosetStreamSOAPCodec | create(StreamSOAPCodec soapCodec, SOAPVersion version, boolean retainState) Creates a new
FastInfosetStreamSOAPCodec instance.
Parameters: version - the SOAP version of the codec. Parameters: retainState - if true the Codec should retain the state ofvocabulary tables for multiple encode/decode invocations. | abstract protected StreamHeader | createHeader(XMLStreamReader reader, XMLStreamBuffer mark) | public void | decode(InputStream in, String contentType, Packet response) | public void | decode(ReadableByteChannel in, String contentType, Packet response) | public ContentType | encode(Packet packet, OutputStream out) | public ContentType | encode(Packet packet, WritableByteChannel buffer) | abstract protected ContentType | getContentType(String soapAction) | public String | getMimeType() | public ContentType | getStaticContentType(Packet packet) |
|
|