| Interface | Description |
|---|---|
| MuleClient |
Provides methods for performing send, dispatch and request operations programmatically.
|
| OperationOptions |
Base options for every operation executed by
MuleClient
Implementations of this class must redefine Object.hashCode() and Object.equals(Object) since the may
be used as key in a map |
| OperationOptionsConfig<BuilderType> |
Common configuration options for all operations
|
| Class | Description |
|---|---|
| AbstractBaseOptionsBuilder<BuilderType extends AbstractBaseOptionsBuilder,OptionsType> |
Base options for every operation.
|
| AbstractConnectorMessageProcessorProvider |
Base class for implementing
ConnectorOperationProvider |
| AbstractPriorizableConnectorMessageProcessorProvider |
Allows to define the order in which
ConnectorOperationProviders will be evaluated for use. |
| MuleClientFlowConstruct |
Placeholder class which makes the default exception handler available.
|
| RequestCacheKey<OptionsType extends OperationOptions> |
Cache key used to locate an object in a map based on an URL and operation options.
|
| SimpleOptionsBuilder |
Most basic options builder that every connector must be able to use for configuration.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.