|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NestedProcessor
Callback interface used by message processors methods.
The method parameters of typeNestedProcessor will be able to receive other
message processors.
| Method Summary | |
|---|---|
Object |
process()
Dispatch original message to the processor chain |
Object |
process(Object payload)
Dispatch message to the processor chain |
Object |
process(Object payload,
Map<String,Object> invocationProperties)
Dispatch message to the processor chain |
Object |
processWithExtraProperties(Map<String,Object> invocationProperties)
Dispatch original message to the processor chain |
| Method Detail |
|---|
Object processWithExtraProperties(Map<String,Object> invocationProperties)
throws Exception
invocationProperties - Additional invocation properties
Exception
Object process(Object payload,
Map<String,Object> invocationProperties)
throws Exception
payload - The payload of the messageinvocationProperties - Additional invocation properties
Exception
Object process(Object payload)
throws Exception
payload - The payload of the message
Exception
Object process()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||