|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamSOAPCodec
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. Codecs allows a
way to construct a whole codec that can handle MTOM, MIME
encoded packages using this codec.
Codecs| Method Summary | |
|---|---|
Message |
decode(javax.xml.stream.XMLStreamReader reader)
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
Message |
decode(javax.xml.stream.XMLStreamReader reader,
AttachmentSet att)
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
| Methods inherited from interface com.sun.xml.ws.api.pipe.Codec |
|---|
copy, decode, decode, encode, encode, getMimeType, getStaticContentType |
| Method Detail |
|---|
@NotNull
Message decode(@NotNull
javax.xml.stream.XMLStreamReader reader)
XMLStreamReader and constructs a
Message for SOAP envelope.
reader - that represents SOAP envelope infoset
Message for SOAP envelope
@NotNull
Message decode(@NotNull
javax.xml.stream.XMLStreamReader reader,
@NotNull
AttachmentSet att)
XMLStreamReader and constructs a
Message for SOAP envelope.
reader - that represents SOAP envelope infosetatt - attachments for the message
Message for SOAP envelope
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||