|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.message.Message
com.sun.xml.ws.message.AbstractMessageImpl
com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
com.sun.xml.ws.message.source.PayloadSourceMessage
public class PayloadSourceMessage
Message backed by Source as payload
| Field Summary |
|---|
| Fields inherited from class com.sun.xml.ws.message.AbstractMessageImpl |
|---|
EMPTY_ATTS, NULL_LOCATOR, soapVersion |
| Fields inherited from class com.sun.xml.ws.api.message.Message |
|---|
attachmentSet |
| Constructor Summary | |
|---|---|
PayloadSourceMessage(HeaderList headers,
Source payload,
AttachmentSet attSet,
SOAPVersion soapVersion)
|
|
PayloadSourceMessage(Source s,
SOAPVersion soapVer)
|
|
| Method Summary |
|---|
| Methods inherited from class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage |
|---|
copy, getAttachments, getHeaders, getPayloadLocalPart, getPayloadNamespaceURI, hasHeaders, hasPayload, readPayload, readPayloadAsJAXB, readPayloadAsSource, writePayloadTo, writePayloadTo, writeTo |
| Methods inherited from class com.sun.xml.ws.message.AbstractMessageImpl |
|---|
readAsSOAPMessage, readAsSOAPMessage, readEnvelopeAsSource, readPayloadAsJAXB, writeTo |
| Methods inherited from class com.sun.xml.ws.api.message.Message |
|---|
assertOneWay, consume, getID, getID, getMethod, getOperation, getOperation, hasAttachments, isFault, isOneWay |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PayloadSourceMessage(@Nullable
HeaderList headers,
@NotNull
Source payload,
@NotNull
AttachmentSet attSet,
@NotNull
SOAPVersion soapVersion)
public PayloadSourceMessage(Source s,
SOAPVersion soapVer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||