| Modifier and Type | Method and Description |
|---|---|
Object |
getMessage()
Get the SOAP Message associated with this Context.
|
Object |
getResponseMessage()
Get the ResponseMessage, a resonse message is present in the Context only when
validation of an incoming request message, results in a respponse message to
be sent to the sender of the request
|
void |
setMessage(Object msg)
Set the Message associated with this Context.
|
void |
setResponseMessage(Object respMsg)
Set the ResponseMessage, a response message is present in the Context only when
validation of an incoming request message, results in a respponse message to
be sent to the sender of the request
|
containsKey, enumerateKeys, getValue, print, removeValue, setValueObject getMessage()
void setMessage(Object msg)
msg - is the Message in the ContextObject getResponseMessage()
void setResponseMessage(Object respMsg)
respMsg - is the Error Message in the ContextCopyright © 2011-2016 OpenESB Community. All Rights Reserved.