com.ibm.websphere.sib.mediation.messagecontext
Interface SIMessageContext
All Superinterfaces:
javax.xml.rpc.handler.MessageContext
All known subinterfaces:
- public interface SIMessageContext
- extends javax.xml.rpc.handler.MessageContext
Method Summary
Modifier and Type | Method and Description |
---|---|
getSession()
This method returns an SIMediationSession object which is a handle
to the runtime resources provided to the mediation.
|
|
getSIMessage()
This method returns the message being mediated.
|
Methods inherited from interface javax.xml.rpc.handler.MessageContext |
---|
containsProperty, getProperty, getPropertyNames, removeProperty, setProperty |
Method Detail
getSIMessage
- SIMessage getSIMessage()
This method returns the message being mediated.
Returns:
SIMessage The message being mediated.
getSession
- SIMediationSession getSession()
This method returns an SIMediationSession object which is a handle
to the runtime resources provided to the mediation.
Returns:
SIMediationSession A handle to runtime resources.