public interface MessageContext extends DistributedPropertySet
PropertySet
that combines properties exposed from multiple
PropertySet
s into one.
This implementation allows one PropertySet
to assemble
all properties exposed from other "satellite" PropertySet
s.
(A satellite may itself be a DistributedPropertySet
, so
in general this can form a tree.)
PropertySet.Property
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
getAsSOAPMessage()
Gets the SAAJ SOAPMessage representation of the SOAP message.
|
ContentType |
getContentType()
Gets the Content-type of this message.
|
SOAPMessage |
getSOAPMessage()
Deprecated.
use getAsSOAPMessage
|
ContentType |
writeTo(OutputStream out)
Writes the XML infoset portion of this MessageContext
(from <soap:Envelope> to </soap:Envelope>).
|
addSatellite, addSatellite, copySatelliteInto, getSatellite, getSatellites, removeSatellite
asMap, containsKey, createMapView, get, put, remove, supports
SOAPMessage getAsSOAPMessage() throws SOAPException
SOAPException
SOAPMessage getSOAPMessage() throws SOAPException
SOAPException
ContentType writeTo(OutputStream out) throws IOException
out
- Must not be null. The caller is responsible for closing the stream,
not the callee.IOException
- if a OutputStream
throws IOException
.ContentType getContentType()
Copyright © 2017 Oracle Corporation. All rights reserved.