com.sun.xml.ws.api.message.stream
Class XMLStreamReaderMessage
java.lang.Object
com.sun.xml.ws.api.message.stream.StreamBasedMessage
com.sun.xml.ws.api.message.stream.XMLStreamReaderMessage
public class XMLStreamReaderMessage
- extends StreamBasedMessage
Low level representation of an XML or SOAP message as an XMLStreamReader
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
public final javax.xml.stream.XMLStreamReader msg
- The message represented as an
XMLStreamReader
.
XMLStreamReaderMessage
public XMLStreamReaderMessage(Packet properties,
javax.xml.stream.XMLStreamReader msg)
- Create a new message.
- Parameters:
properties
- the properties of the message.msg
- always a non-null unconsumed XMLStreamReader
that
represents a request.
XMLStreamReaderMessage
public XMLStreamReaderMessage(Packet properties,
AttachmentSet attachments,
javax.xml.stream.XMLStreamReader msg)
- Create a new message.
- Parameters:
properties
- the properties of the message.attachments
- the attachments of the message.msg
- always a non-null unconsumed XMLStreamReader
that
represents a request.