com.sun.xml.ws.message.source
Class PayloadSourceMessage

java.lang.Object
  extended by com.sun.xml.ws.api.message.Message
      extended by com.sun.xml.ws.message.AbstractMessageImpl
          extended by com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
              extended by com.sun.xml.ws.message.source.PayloadSourceMessage

public class PayloadSourceMessage
extends PayloadStreamReaderMessage

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

PayloadSourceMessage

public PayloadSourceMessage(@Nullable
                            HeaderList headers,
                            @NotNull
                            Source payload,
                            @NotNull
                            AttachmentSet attSet,
                            @NotNull
                            SOAPVersion soapVersion)

PayloadSourceMessage

public PayloadSourceMessage(Source s,
                            SOAPVersion soapVer)