public interface SIMediationBeanMessageContext extends SIMessageContext, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Deprecated.
Allows users of this class to clone by driving this interface.
|
javax.xml.rpc.handler.MessageContext |
getBeanAssemblyContext()
Deprecated.
Returns the message context for this bean assembly.
|
java.util.List |
getExceptionList()
Deprecated.
Method which return the list of exceptions which the mediation
has encountered.
|
void |
resetBeanAssemblyContext()
Deprecated.
Clears all content from the mediation bean assembly context.
|
getSession, getSIMessage
java.util.List getExceptionList()
javax.xml.rpc.handler.MessageContext getBeanAssemblyContext()
void resetBeanAssemblyContext()
java.lang.Object clone()
An a result of the implementation, every item accessed by get/set property should implement cloneable.