@Target(value=METHOD) @Retention(value=SOURCE) @Documented public @interface Processor
Connector as a callable operation from within a Mule flow. Each
parameter on this method will be featured as an attribute on the Mule XML invocation.| Modifier and Type | Optional Element and Description |
|---|---|
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.Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.