|
||||||||||
| 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.StreamBasedMessage
abstract class StreamBasedMessage
Base representation an XML or SOAP message as stream.
| Field Summary | |
|---|---|
AttachmentSet |
attachments
The attachments of this message (attachments live outside a message.) |
Packet |
properties
The properties of the message. |
| Constructor Summary | |
|---|---|
protected |
StreamBasedMessage(Packet properties)
Create a new message. |
protected |
StreamBasedMessage(Packet properties,
AttachmentSet attachments)
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 Packet properties
public final AttachmentSet attachments
| Constructor Detail |
|---|
protected StreamBasedMessage(Packet properties)
properties - the properties of the message.
protected StreamBasedMessage(Packet properties,
AttachmentSet attachments)
properties - the properties of the message.attachments - the attachments of the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||