|
||||||||||
| 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 |
|---|
bodyTag, DEFAULT_TAGS, EMPTY_ATTS, envelopeTag, headerTag, NULL_LOCATOR, soapVersion |
| Fields inherited from class com.sun.xml.ws.api.message.Message |
|---|
attachmentSet |
| Constructor Summary | |
|---|---|
PayloadSourceMessage(MessageHeaders headers,
javax.xml.transform.Source payload,
AttachmentSet attSet,
SOAPVersion soapVersion)
|
|
PayloadSourceMessage(javax.xml.transform.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 |
|---|
getSOAPVersion, readAsSOAPMessage, readAsSOAPMessage, readEnvelopeAsSource, readPayloadAsJAXB, readPayloadAsJAXB, toSAAJ, writeTo, writeToBodyStart |
| Methods inherited from class com.sun.xml.ws.api.message.Message |
|---|
addSOAPMimeHeaders, assertOneWay, consume, copyFrom, generateMessageID, getFirstDetailEntryName, getID, getID, getMethod, getOperation, getOperation, getTransportHeaders, getTransportHeaders, hasAttachments, isFault, isOneWay, setMessageMedadata |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PayloadSourceMessage(@Nullable
MessageHeaders headers,
@NotNull
javax.xml.transform.Source payload,
@NotNull
AttachmentSet attSet,
@NotNull
SOAPVersion soapVersion)
public PayloadSourceMessage(javax.xml.transform.Source s,
SOAPVersion soapVer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||