| Class | Description |
|---|---|
| AbstractSelectiveRouterObjectFactory | |
| AnnotatedObjectFactoryBean<B extends org.mule.runtime.api.meta.AnnotatedObject> |
Extends spring's
AbstractFactoryBean by adding annotations. |
| AsyncMessageProcessorsFactoryBean | |
| BootstrapObjectFactoryBean |
A
which returns an object created through a {@link BootstrapObjectFactory} |
| ChoiceRouterObjectFactory | |
| ConstantFactoryBean<T> |
A
FactoryBean which returns a fixed instanced obtained through the constructor. |
| DefaultFlowFactoryBean |
Generates an immutable
Flow with the provided config. |
| ExtensionManagerFactoryBean |
A
FactoryBean which returns the ExtensionManager obtained through MuleContext.getExtensionManager(). |
| FlowRefFactoryBean | |
| MessageProcessorFilterPairFactoryBean | |
| ModuleOperationMessageProcessorChainFactoryBean | |
| ObjectStoreFromRegistryFactoryBean |
Lookup an
ObjectStore from the registry. |
| ResponseMessageProcessorsFactoryBean | |
| SchedulingMessageSourceFactoryBean | |
| SubflowMessageProcessorChainFactoryBean |
Uses a custom message processor chain builder for subflows in order to genearte 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–2017 MuleSoft, Inc.. All rights reserved.