| Modifier and Type | Interface and Description |
|---|---|
interface |
DefaultExpressionLanguageFactoryService
Provides a factory for the default Expression language that is going to be used by the
MuleExpressionLanguage |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NameableObject
Adds
getName() and NameableObject.setName(java.lang.String) methods to an object |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentModel
A definition of an component in a
ExtensionModel. |
interface |
ExtensionModel
An Extension that provides packaged functionality.
|
interface |
ModelProperty
A custom property which augments an
EnrichableModel with
non canonical pieces of information. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalLibraryModel
Describes a library that the extension depends on but is not packaged with it.
|
class |
Stereotype
A widely held but fixed and oversimplified image or idea of the owning model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationModel
A named configuration for an extension
Configurations describe different ways to initialize a scope for operations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionProviderModel
Introspection model for
ConnectionProvider types. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentDeclaration<T extends ComponentDeclaration>
A declaration object for a
ComponentModel. |
class |
ConfigurationDeclaration
A declaration object for a
ConfigurationModel. |
class |
ConnectionProviderDeclaration
A declaration object for a
ConnectionProviderModel. |
class |
ExtensionDeclaration
A declaration object for a
ExtensionModel. |
class |
NamedDeclaration<T extends NamedDeclaration>
Base class for a declaration of a named object.
|
class |
OperationDeclaration
A declaration object for a
OperationModel. |
class |
ParameterDeclaration
A declaration object for a
ParameterModel. |
class |
ParameterGroupDeclaration
A declaration object for a
ParameterGroupModel. |
class |
ParameterizedDeclaration<T extends ParameterizedDeclaration>
|
class |
RouteDeclaration
A declaration object for a
RouteModel. |
class |
RouterDeclaration
A declaration object for a
RouterModel. |
class |
ScopeDeclaration
A declaration object for a
ScopeModel. |
class |
SourceCallbackDeclaration
A declaration object for a
SourceCallbackModel. |
class |
SourceDeclaration
A declaration object for a
SourceModel. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OperationModel
A definition of an operation in a
ExtensionModel. |
interface |
RouteModel
A Route is a chain of components which don't exist directly on a Mule flow,
but are contained inside another owning component.
|
interface |
RouterModel
An
OperationModel specification which represents the particular case of a
router, such as choice, scatter-gather, first-successful, etc. |
interface |
ScopeModel
An
OperationModel specification which represents the particular case of a
scope, such as async or foreach. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterGroupModel
A group is a logical way to display one or more parameters together.
|
interface |
ParameterizedModel
Base interface for a model which contains
parameters |
interface |
ParameterModel
A parameter of a
Component or Configuration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceCallbackModel |
interface |
SourceModel
A definition of a message source in an
ExtensionModel. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Service
Defines a named service which is instantiated at the container level.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.