|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageExchangeHandler
This interface is a Handler to perform message exchanges when the component receives the MessageExchange object from the delivery channel. Implemenation of this interface should implement the processing of the active, error, done status of the MessageExchange object according to the MEP for which the MessageExchange object is created.
Method Summary | |
---|---|
void |
processMessageExchange()
command interface method which will be invoked to process the MessageExchange object set using setMessageExchange. |
void |
setMessageExchange(javax.jbi.messaging.MessageExchange msgExchange)
sets the MessageExchange object to be processed |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void setMessageExchange(javax.jbi.messaging.MessageExchange msgExchange)
msgExchange
- MessageExchange object.void processMessageExchange() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |