Class WSTCPFastInfosetStreamSOAP12Codec
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.encoding.WSTCPFastInfosetStreamCodec
-
- com.sun.xml.ws.transport.tcp.encoding.WSTCPFastInfosetStreamSOAP12Codec
-
- All Implemented Interfaces:
com.sun.xml.ws.api.pipe.Codec
public class WSTCPFastInfosetStreamSOAP12Codec extends WSTCPFastInfosetStreamCodec
- Author:
- Alexey Stashok
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.transport.tcp.encoding.WSTCPFastInfosetStreamCodec
_defaultContentType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.xml.ws.api.pipe.Codeccopy()protected com.sun.xml.ws.message.stream.StreamHeadercreateHeader(XMLStreamReader reader, com.sun.xml.stream.buffer.XMLStreamBuffer mark)protected com.sun.xml.ws.api.pipe.ContentTypegetContentType(String soapAction)-
Methods inherited from class com.sun.xml.ws.transport.tcp.encoding.WSTCPFastInfosetStreamCodec
create, decode, decode, encode, encode, getMimeType, getStaticContentType
-
-
-
-
Method Detail
-
copy
public com.sun.xml.ws.api.pipe.Codec copy()
-
createHeader
protected final com.sun.xml.ws.message.stream.StreamHeader createHeader(XMLStreamReader reader, com.sun.xml.stream.buffer.XMLStreamBuffer mark)
- Specified by:
createHeaderin classWSTCPFastInfosetStreamCodec
-
getContentType
protected com.sun.xml.ws.api.pipe.ContentType getContentType(String soapAction)
- Specified by:
getContentTypein classWSTCPFastInfosetStreamCodec
-
-