|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=SOURCE) @Documented public @interface Filter
This annotation marks a method inside a Connector as a callable from within a Mule flow to filter
a message. 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 filter. |
String |
name
The xml name of the element that will invoke this filter. |
public abstract String name
public abstract String friendlyName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||