|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SIMediationBeanMessageContext
SIMediationBeanMessageContext This interface is the public interface of messages that are passed from one MediationBean to another. They allow Mediations to work with a List of Exceptions, and they also allow a 'global' MessageContext to be referenced.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.websphere.sib.mediation.messagecontext.SIMessageContext |
---|
getSession, getSIMessage |
Methods inherited from interface javax.xml.rpc.handler.MessageContext |
---|
containsProperty, getProperty, getPropertyNames, removeProperty, setProperty |
Method Detail |
---|
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.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |