| Modifier and Type | Method and Description |
|---|---|
void |
SelectiveRouter.addRoute(Processor processor,
Filter filter) |
void |
SelectiveRouter.updateRoute(Processor processor,
Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterUnacceptedException.getFilter() |
| Constructor and Description |
|---|
FilterUnacceptedException(org.mule.runtime.api.i18n.I18nMessage message,
Filter filter) |
FilterUnacceptedException(org.mule.runtime.api.i18n.I18nMessage message,
Filter filter,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
LegacyOutboundEndpoint.getFilter()
Deprecated.
The filter to apply to incoming messages.
|
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
WireTap.filter |
protected Filter |
MessageFilter.filter |
| Modifier and Type | Method and Description |
|---|---|
Filter |
WireTap.getFilter() |
Filter |
MessageProcessorFilterPair.getFilter() |
Filter |
MessageFilter.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelectiveRouter.addRoute(Processor processor,
Filter filter) |
void |
WireTap.setFilter(Filter filter) |
void |
MessageFilter.setFilter(Filter filter) |
void |
AbstractSelectiveRouter.updateRoute(Processor processor,
Filter filter) |
| Constructor and Description |
|---|
MessageFilter(Filter filter) |
MessageFilter(Filter filter,
boolean throwExceptionOnUnaccepted,
Processor messageProcessor) |
MessageProcessorFilterPair(Processor messageProcessor,
Filter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllFilter
A filter that accepts everything.
|
class |
ConsumableMuleMessageFilter
Filters messages that have a consumable payload.
|
class |
EqualsFilter
EqualsFilter is a filter for comparing two objects using the equals() method. |
class |
ExceptionTypeFilter
A filter that accepts messages that have an exception payload.
|
class |
ExpressionFilter
Allows boolean expressions to be executed on a message.
|
class |
MessagePropertyFilter
MessagePropertyFilter can be used to filter against properties on an event. |
class |
NotWildcardFilter
Negative version of
WildcardFilter |
class |
PayloadTypeFilter
PayloadTypeFilter filters based on the type of the object received. |
class |
RegExFilter
RegExFilter is used to match a String argument against a regular expression. |
class |
WildcardFilter
WildcardFilter is used to match Strings against wildcards. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilterCollection
Manages a filter collection.
|
class |
AndFilter
AndFilter accepts only if all the filters accept. |
class |
NotFilter
NotFilter accepts if the filter does not accept. |
class |
OrFilter
OrFilter accepts if any of the filters accept the message |
| Modifier and Type | Method and Description |
|---|---|
Filter |
NotFilter.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
AbstractFilterCollection.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotFilter.setFilter(Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFilterCollection.setFilters(List<Filter> filters) |
| Constructor and Description |
|---|
AbstractFilterCollection(Filter... filters) |
AndFilter(Filter... filters) |
NotFilter(Filter filter) |
OrFilter(Filter... filters) |
| Constructor and Description |
|---|
AbstractFilterCollection(List<Filter> filters) |
AndFilter(List<Filter> filters) |
OrFilter(List<Filter> filters) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilteringOutboundRouter.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilteringOutboundRouter.setFilter(Filter filter) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.