public interface MessageContext extends DistributedPropertySet
PropertySet that combines properties exposed from multiple
PropertySets into one.
This implementation allows one PropertySet to assemble
all properties exposed from other "satellite" PropertySets.
(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, removeSatelliteasMap, containsKey, createMapView, get, put, remove, supportsSOAPMessage getAsSOAPMessage() throws SOAPException
SOAPExceptionSOAPMessage getSOAPMessage() throws SOAPException
SOAPExceptionContentType 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 © 2005–2017 Oracle Corporation. All rights reserved.