| java.lang.Object com.sun.xml.ws.transport.tcp.encoding.WSTCPFastInfosetStreamCodec
All known Subclasses: com.sun.xml.ws.transport.tcp.encoding.WSTCPFastInfosetStreamSOAP12Codec, com.sun.xml.ws.transport.tcp.encoding.WSTCPFastInfosetStreamSOAP11Codec,
WSTCPFastInfosetStreamCodec | abstract public class WSTCPFastInfosetStreamCodec implements Codec(Code) | | author: Alexey Stashok |
Method Summary | |
public static WSTCPFastInfosetStreamCodec | create(StreamSOAPCodec soapCodec, SOAPVersion version, RecycleAwareListener readerRecycleListener, boolean retainState) Creates a new
FastInfosetStreamSOAPCodec instance.
Parameters: version - the SOAP version of the codec. | 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) |
_defaultContentType | final protected ContentType _defaultContentType(Code) | | |
WSTCPFastInfosetStreamCodec | WSTCPFastInfosetStreamCodec(StreamSOAPCodec soapCodec, SOAPVersion soapVersion, RecycleAwareListener readerRecycleListener, boolean retainState, String mimeType)(Code) | | |
create | public static WSTCPFastInfosetStreamCodec create(StreamSOAPCodec soapCodec, SOAPVersion version, RecycleAwareListener readerRecycleListener, boolean retainState)(Code) | | Creates a new
FastInfosetStreamSOAPCodec instance.
Parameters: version - the SOAP version of the codec. a new WSTCPFastInfosetStreamCodec instance. |
createHeader | abstract protected StreamHeader createHeader(XMLStreamReader reader, XMLStreamBuffer mark)(Code) | | |
getContentType | abstract protected ContentType getContentType(String soapAction)(Code) | | |
getStaticContentType | public ContentType getStaticContentType(Packet packet)(Code) | | |
|
|