Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.model.resolvers | |
org.mule.transport.http.filters | |
org.mule.util |
Common helper classes for reading/writing files setting bean properties and SPI helpers.
|
Modifier and Type | Field and Description |
---|---|
protected WildcardFilter |
AbstractExceptionListener.commitTxFilter |
protected WildcardFilter |
AbstractExceptionListener.rollbackTxFilter |
Modifier and Type | Method and Description |
---|---|
WildcardFilter |
AbstractExceptionListener.getCommitTxFilter() |
WildcardFilter |
AbstractExceptionListener.getRollbackTxFilter() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExceptionListener.setCommitTxFilter(WildcardFilter commitTxFilter) |
void |
AbstractExceptionListener.setRollbackTxFilter(WildcardFilter rollbackTxFilter) |
Modifier and Type | Field and Description |
---|---|
protected WildcardFilter |
ReflectionEntryPointResolver.filter |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestWildcardFilter
HttpRequestWildcardFilter filters out wildcard URL expressions. |
Modifier and Type | Method and Description |
---|---|
static List |
ClassUtils.getSatisfiableMethods(Class implementation,
Class[] parameterTypes,
boolean voidOk,
boolean matchOnObject,
Collection ignoredMethodNames,
WildcardFilter filter)
A helper method that will find all matching methods on a class with the given
parameter type
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.