| Interface | Description |
|---|---|
| Construct |
A construct is a flat, intermediate representation
of an extension model.
|
| HasCapabilities<T extends Construct> |
A contract interface for an object capable of registering capabilities
in behalf of a
Construct |
| OperationExecutorFactory |
A factory object for creating
OperationExecutor instances |
| Class | Description |
|---|---|
| CapableDeclaration<T extends CapableDeclaration> |
Base class for a declaration object on which capabilities can be added
|
| ConfigurationConstruct |
A
Construct which allows configuring a ConfigurationDeclaration
through a fluent API |
| ConfigurationDeclaration |
A declaration object for a
Configuration. |
| Declaration |
A declaration object for a
Extension. |
| DeclarationConstruct |
A
Construct which allows configuring a Declaration
through a fluent API |
| OperationConstruct |
A
Construct which allows configuring a OperationDeclaration
through a fluent API |
| OperationDeclaration |
A declaration object for a
Operation. |
| OptionalParameterConstruct |
A specialization of
ParameterConstruct for optional parameters. |
| ParameterConstruct<T extends ParameterConstruct> |
A
Construct which allows configuring a ParameterDeclaration
through a fluent API |
| ParameterDeclaration |
A declaration object for a
Parameter. |
| WithParameters |
A bridge which allows adding
ParameterDeclaration to
a WithParameters.owner that belongs to a DeclarationConstruct |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.