|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.api.devkit.NestedProcessorChain
public class NestedProcessorChain
| Constructor Summary | |
|---|---|
NestedProcessorChain(MuleEvent event,
MuleContext muleContext,
MessageProcessor chain)
|
|
| 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> properties)
Dispatch message to the processor chain |
Object |
processWithExtraProperties(Map<String,Object> properties)
Dispatch original message to the processor chain |
void |
setChain(MessageProcessor value)
Sets chain |
void |
setEvent(MuleEvent value)
Sets event |
void |
setMuleContext(MuleContext value)
Sets muleContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NestedProcessorChain(MuleEvent event,
MuleContext muleContext,
MessageProcessor chain)
| Method Detail |
|---|
public void setMuleContext(MuleContext value)
setMuleContext in interface MuleContextAwarevalue - Value to setpublic void setChain(MessageProcessor value)
value - Value to setpublic void setEvent(MuleEvent value)
value - Value to set
public Object process()
throws Exception
NestedProcessor
process in interface NestedProcessorException
public Object process(Object payload)
throws Exception
NestedProcessor
process in interface NestedProcessorpayload - The payload of the message
Exception
public Object processWithExtraProperties(Map<String,Object> properties)
throws Exception
NestedProcessor
processWithExtraProperties in interface NestedProcessorproperties - Additional invocation properties
Exception
public Object process(Object payload,
Map<String,Object> properties)
throws Exception
NestedProcessor
process in interface NestedProcessorpayload - The payload of the messageproperties - Additional invocation properties
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||