|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageContext
MessageContext represents a container of a SOAP message and all the properties
including the transport headers.
MessageContext is a composite 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.)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.oracle.webservices.api.message.PropertySet |
|---|
PropertySet.Property |
| Method Summary | |
|---|---|
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>). |
| Methods inherited from interface com.oracle.webservices.api.message.DistributedPropertySet |
|---|
addSatellite, addSatellite, copySatelliteInto, getSatellite, getSatellites, removeSatellite |
| Methods inherited from interface com.oracle.webservices.api.message.PropertySet |
|---|
asMap, containsKey, createMapView, get, put, remove, supports |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||