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