| Interface | Description |
|---|---|
| MessageSourceResponseParametersProcessor |
Implementation of this interfaces must provide functions to convert and
Event to the response parameters of the success
and failure response functions. |
| OperationExecutionFunction |
Function for executing an operation.
|
| OperationParametersProcessor |
Implementation of this interfaces must provide functions to convert and
Event to the response parameters of the success
and failure response functions. |
| OperationPolicy | |
| OperationPolicyProcessorFactory |
Factory for
OperationPolicy instances. |
| PolicyInstance |
Instance of a policy which has
Processors to be applied to a source and another
chain to be applied to an operation. |
| PolicyManager |
Manager for handling policies in Mule.
|
| PolicyPointcut |
Provides a way to select which policies must be applied based on a given request.
|
| PolicyProvider |
Implementation of this interface must provide access to the policies to be applied to message sources or operations.
|
| PolicyStateHandler |
State handler for policies execution.
|
| SourcePolicy |
Interceptor of a
Processor that executes logic before and after it. |
| SourcePolicyProcessorFactory |
| Class | Description |
|---|---|
| AbstractCompositePolicy<ParametersTransformer,ParametersProcessor> |
Abstract implementation that performs the chaining of a set of policies and the
Processor being intercepted. |
| CompositeOperationPolicy |
OperationPolicy created from a list of Policy. |
| CompositeSourcePolicy |
SourcePolicy created from a list of Policy. |
| DefaultOperationPolicyProcessorFactory |
Default implementation for
OperationPolicyProcessorFactory. |
| DefaultPolicyInstance | |
| DefaultPolicyManager |
Default implementation of
PolicyManager. |
| DefaultPolicyStateHandler | |
| DefaultSourcePolicyProcessorFactory |
Default implementation for
SourcePolicyProcessorFactory. |
| FailureSourcePolicyResult |
Result for an execution of a policy
Processor which failed the executing
by throwing a MessagingException. |
| NullPolicyProvider |
A policy provider that returns no policy.
|
| OperationPolicyProcessor |
This class is responsible for the processing of a policy applied to a
Processor. |
| Policy |
This class represents a policy injection.
|
| PolicyChain |
Policy chain for handling the message processor associated to a policy.
|
| PolicyEventConverter |
Helper class that creates an
Event maintaining variables from different scopes. |
| PolicyNextActionMessageProcessor |
Next-operation message processor implementation.
|
| PolicyParametrization |
Parametrizes a policy template
A policy template is a Mule artifact consistent of a context with dependencies deployed inside a Mule application.
|
| PolicyStateId |
Identifier for a policy state.
|
| SourcePolicyProcessor |
This class is responsible for the processing of a policy applied to a
MessageSource. |
| SuccessSourcePolicyResult |
Result of a successful execution of a
SourcePolicy. |
| Exception | Description |
|---|---|
| FlowExecutionException |
Exception used to signal the failure exception of the flow.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.