Package | Description |
---|---|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.module.ognl.filters | |
org.mule.module.xml.filters |
Filters that apply specifically to xml using xml querying mechanisms.
|
org.mule.routing.filters |
Filters are often used by routers to determine if the event should be accepted by the router.
|
org.mule.routing.filters.logic |
Filters that allow other filters to be combined.
|
org.mule.routing.inbound |
Inbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.transport.http.components | |
org.mule.transport.http.config | |
org.mule.transport.http.filters | |
org.mule.transport.jms.filters |
Modifier and Type | Method and Description |
---|---|
Filter |
ImmutableEndpoint.getFilter()
The filter to apply to incoming messages.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointBuilder.setFilter(Filter filter) |
Modifier and Type | Field and Description |
---|---|
protected Filter |
AbstractEndpointBuilder.filter |
Modifier and Type | Method and Description |
---|---|
protected Filter |
AbstractEndpointBuilder.getDefaultFilter(Connector connector) |
Filter |
AbstractEndpoint.getFilter() |
Filter |
DynamicURIInboundEndpoint.getFilter() |
Filter |
DynamicURIOutboundEndpoint.getFilter() |
protected Filter |
AbstractEndpointBuilder.getFilter(Connector connector) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointBuilder.setFilter(Filter filter) |
Constructor and Description |
---|
AbstractEndpoint(Connector connector,
EndpointURI endpointUri,
List transformers,
List responseTransformers,
String name,
Map properties,
TransactionConfig transactionConfig,
Filter filter,
boolean deleteUnacceptedMessages,
EndpointSecurityFilter securityFilter,
boolean synchronous,
boolean remoteSync,
int remoteSyncTimeout,
String initialState,
String endpointEncoding,
MuleContext muleContext,
ConnectionStrategy connectionStrategy) |
DefaultInboundEndpoint(Connector connector,
EndpointURI endpointUri,
List transformers,
List responseTransformers,
String name,
Map properties,
TransactionConfig transactionConfig,
Filter filter,
boolean deleteUnacceptedMessage,
EndpointSecurityFilter securityFilter,
boolean synchronous,
boolean remoteSync,
int remoteSyncTimeout,
String initialState,
String endpointEncoding,
MuleContext muleContext,
ConnectionStrategy connectionStrategy) |
DefaultOutboundEndpoint(Connector connector,
EndpointURI endpointUri,
List transformers,
List responseTransformers,
String name,
Map properties,
TransactionConfig transactionConfig,
Filter filter,
boolean deleteUnacceptedMessage,
EndpointSecurityFilter securityFilter,
boolean synchronous,
boolean remoteSync,
int remoteSyncTimeout,
String initialState,
String endpointEncoding,
MuleContext muleContext,
ConnectionStrategy connectionStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
OGNLFilter |
Modifier and Type | Class and Description |
---|---|
class |
IsXmlFilter
IsXmlFilter accepts a String or byte[] if its contents are valid
(well-formed) XML. |
class |
JaxenFilter
JaxenFilter evaluates an XPath expression against an XML document
using Jaxen. |
class |
JXPathFilter
JXPathFilter evaluates an XPath expression against a W3C Document,
XML string, or Java bean and returns true if the result is as expected. |
Modifier and Type | Class and Description |
---|---|
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 |
PayloadTypeFilter
PayloadTypeFilter filters based on the type of the object received. |
class |
RegExFilter
RegExFilter is used to match a String argument against a regular
pattern. |
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 the leftFilter and rightFilter filter
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() |
Filter |
AbstractFilterCollection.getLeftFilter()
Deprecated.
|
Filter |
AbstractFilterCollection.getRightFilter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
NotFilter.setFilter(Filter filter) |
void |
AbstractFilterCollection.setLeftFilter(Filter leftFilter)
Deprecated.
|
void |
AbstractFilterCollection.setRightFilter(Filter rightFilter)
Deprecated.
|
Constructor and Description |
---|
AbstractFilterCollection(Filter left,
Filter right) |
AndFilter(Filter left,
Filter right) |
NotFilter(Filter filter) |
OrFilter(Filter left,
Filter right) |
Modifier and Type | Method and Description |
---|---|
Filter |
SelectiveConsumer.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveConsumer.setFilter(Filter filter) |
Modifier and Type | Method and Description |
---|---|
Filter |
FilteringOutboundRouter.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
OutboundPassThroughRouter.setFilter(Filter filter) |
void |
FilteringOutboundRouter.setFilter(Filter filter) |
Modifier and Type | Method and Description |
---|---|
Filter |
RestServiceWrapper.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
RestServiceWrapper.setFilter(Filter errorFilter) |
Modifier and Type | Method and Description |
---|---|
Filter |
ErrorFilterFactoryBean.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorFilterFactoryBean.setFilter(Filter filter) |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestWildcardFilter
HttpRequestWildcardFilter filters out wildcard URL expressions. |
Modifier and Type | Class and Description |
---|---|
class |
JmsPropertyFilter |
class |
JmsSelectorFilter
JmsSelectorFilter is a wrapper for a JMS Selector. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.