|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=SOURCE) @Documented public @interface Processor
This annotation marks a method inside a Connector as a callable from within a Mule flow. Each
parameter on this method will be featured as an attribute on the Mule XML invocation.
| Optional Element Summary | |
|---|---|
String |
friendlyName
A user-friendly name for this processor. |
boolean |
intercepting
Setting this value to true will trigger the generation of an org.mule.api.processor.InterceptingMessageProcessor rather than
a org.mule.api.processor.MessageProcessor. |
String |
name
The xml name of the element that will invoke this processor. |
public abstract String name
public abstract String friendlyName
public abstract boolean intercepting
org.mule.api.processor.InterceptingMessageProcessor rather than
a org.mule.api.processor.MessageProcessor. An intercepting processor must receive a org.mule.api.callback.SourceCallback to trigger the
next portion of the chain.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||