| java.lang.Object com.sun.xml.ws.encoding.StreamSOAPCodec
All known Subclasses: com.sun.xml.ws.encoding.StreamSOAP12Codec, com.sun.xml.ws.encoding.StreamSOAP11Codec,
Method Summary | |
final public StreamSOAPCodec | copy() | public static StreamSOAPCodec | create(SOAPVersion version) Creates a new
StreamSOAPCodec instance. | abstract protected StreamHeader | createHeader(XMLStreamReader reader, XMLStreamBuffer mark) | public void | decode(InputStream in, String contentType, Packet packet) | final public Message | decode(XMLStreamReader reader) Decodes a message from
XMLStreamReader that points to
the beginning of a SOAP infoset. | final public Message | decode(XMLStreamReader reader, AttachmentSet attachmentSet) Decodes a message from
XMLStreamReader that points to
the beginning of a SOAP infoset. | public void | decode(ReadableByteChannel in, String contentType, Packet packet) | public void | decode(InputStream in, String contentType, Packet packet, AttachmentSet att) | public void | decode(ReadableByteChannel in, String contentType, Packet response, AttachmentSet att) | public ContentType | encode(Packet packet, OutputStream out) | public ContentType | encode(Packet packet, WritableByteChannel buffer) | abstract protected ContentType | getContentType(String soapAction) | abstract protected List<String> | getExpectedContentTypes() | public ContentType | getStaticContentType(Packet packet) |
decode | final public Message decode(XMLStreamReader reader)(Code) | | Decodes a message from
XMLStreamReader that points to
the beginning of a SOAP infoset.
Parameters: reader - can point to the start document or the start element. |
decode | final public Message decode(XMLStreamReader reader, AttachmentSet attachmentSet)(Code) | | Decodes a message from
XMLStreamReader that points to
the beginning of a SOAP infoset.
Parameters: reader - can point to the start document or the start element. Parameters: attachmentSet - StreamSOAPCodec can take attachments parsed outside,so that this codec can be used as a part of a biggre codec(like MIME multipart codec.) |
getExpectedContentTypes | abstract protected List<String> getExpectedContentTypes()(Code) | | |
|
|