com.sun.xml.ws.message.source
Class PayloadSourceMessage
java.lang.Object
com.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
- extends PayloadStreamReaderMessage
Message
backed by Source
as payload
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayloadSourceMessage
public PayloadSourceMessage(@Nullable
HeaderList headers,
@NotNull
Source payload,
@NotNull
AttachmentSet attSet,
@NotNull
SOAPVersion soapVersion)
PayloadSourceMessage
public PayloadSourceMessage(Source s,
SOAPVersion soapVer)