| Class | Description |
|---|---|
| AbstractExtensionObjectFactory<T> |
Base class for
ObjectFactory implementation which create extension components. |
| ComponentMessageProcessorObjectFactory<M extends org.mule.runtime.api.meta.model.ComponentModel,P extends ComponentMessageProcessor> |
A base
AbstractExtensionObjectFactory for producers of ExtensionComponent instances |
| DefaultExtensionBuildingDefinitionProvider |
A generic
ComponentBuildingDefinitionProvider which provides definitions capable of handling all extensions registered
on the ExtensionManager. |
| ExtensionDefinitionParser |
Base class for parsers delegates which generate
ComponentBuildingDefinition instances for the specific components types
(configs, operations, providers, etc) which constitute an extension. |
| ExtensionParsingContext |
Context to be used while registering parsers for an
ExtensionModel definition, to keep track of global data accross all
the different definition parsers |
| ExtensionParsingUtils |
Utility class containing methods commonly used when parsing an extension.
|
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.