|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AxisCallback
Method Summary | |
---|---|
void |
onComplete()
This is called at the end of the MEP no matter what happens, quite like a finally block. |
void |
onError(java.lang.Exception e)
This gets called ONLY when an internal processing exception occurs. |
void |
onFault(MessageContext msgContext)
This gets called when a fault message is received. |
void |
onMessage(MessageContext msgContext)
This is called when we receive a message. |
Method Detail |
---|
void onMessage(MessageContext msgContext)
msgContext
- the (response) MessageContextvoid onFault(MessageContext msgContext)
msgContext
- the MessageContext containing the fault.void onError(java.lang.Exception e)
e
- the Exception which caused the problemvoid onComplete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |