| Class | Description |
|---|---|
| AbstractProcessorRouteFactoryBean<T> | |
| AsyncMessageProcessorsFactoryBean | |
| BootstrapObjectFactoryBean |
A
which returns an object created through a {@link BootstrapObjectFactory} |
| ChoiceRouterObjectFactory | |
| ComponentFactoryBean<B extends org.mule.runtime.api.component.Component> |
Extends spring's
AbstractFactoryBean by adding annotations. |
| ConstantFactoryBean<T> |
A
FactoryBean which returns a fixed instanced obtained through the constructor. |
| DefaultFlowFactoryBean |
Generates an immutable
Flow with the provided config. |
| DynamicConfigExpirationObjectFactory |
An
ObjectFactory which produces instances of DynamicConfigExpiration |
| EnrichedErrorMappingsFactoryBean | |
| ErrorHandlerFactoryBean |
An
ObjectFactory which produces ErrorHandler instances. |
| ExpirationPolicyObjectFactory |
An
ObjectFactory which produces instances of ExpirationPolicy |
| ExtensionManagerFactoryBean |
A
FactoryBean which returns the ExtensionManager obtained through MuleContext.getExtensionManager(). |
| FixedTypeConstantFactoryBean<T> |
A specialization of
ConstantFactoryBean which always returns a fix type when FixedTypeConstantFactoryBean.getObjectType() is invoked,
regardless of the actual value |
| FlowRefFactoryBean | |
| FlowRefMessageProcessor |
Defines a common base class for flow-ref processors.
|
| MuleContextFactoryBean |
A
FactoryBean which returns a fixed MuleContext |
| ObjectStoreFromRegistryFactoryBean |
Lookup an
ObjectStore from the registry. |
| OnErrorFactoryBean |
An
ObjectFactory which generates TemplateOnErrorHandler based on existing
ones. |
| ProcessorExpressionRouteFactoryBean | |
| ProcessorRouteFactoryBean | |
| SchedulingMessageSourceFactoryBean | |
| SubflowMessageProcessorChainFactoryBean |
Uses a custom message processor chain builder for subflows in order to generate the proper message processor ids.
|
| TransactionManagerFactoryBean |
FactoryBean adapter for the configured TransactionManagerFactory. |
| TryProcessorFactoryBean |
Generates an object that wraps the invocation of the next
Processor with a
transaction. |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.