|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Processor
A processor is used to implement the Event Driven Consumer and Message Translator patterns and to process message exchanges.
Method Summary | |
---|---|
void |
process(Exchange exchange)
Processes the message exchange |
Method Detail |
---|
void process(Exchange exchange) throws java.lang.Exception
exchange
- the message exchange
java.lang.Exception
- if an internal processing error has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |