|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.message.stream.XMLStreamReaderMessage
public class XMLStreamReaderMessage
Low level representation of an XML or SOAP message as an XMLStreamReader.
| Field Summary | |
|---|---|
AttachmentSet |
attachments
The attachments of this message (attachments live outside a message.) |
XMLStreamReader |
msg
The message represented as an XMLStreamReader. |
Packet |
properties
The properties of the message. |
| Constructor Summary | |
|---|---|
XMLStreamReaderMessage(Packet properties,
AttachmentSet attachments,
XMLStreamReader msg)
Create a new message. |
|
XMLStreamReaderMessage(Packet properties,
XMLStreamReader msg)
Create a new message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final XMLStreamReader msg
XMLStreamReader.
public final Packet properties
public final AttachmentSet attachments
| Constructor Detail |
|---|
public XMLStreamReaderMessage(Packet properties,
XMLStreamReader msg)
properties - the properties of the message.msg - always a non-null unconsumed XMLStreamReader that
represents a request.
public XMLStreamReaderMessage(Packet properties,
AttachmentSet attachments,
XMLStreamReader msg)
properties - the properties of the message.attachments - the attachments of the message.msg - always a non-null unconsumed XMLStreamReader that
represents a request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||