Interface | Description |
---|---|
LocalMuleClient |
Extends
MuleClient adding methods that allow the use of an endpoint
instance. |
MuleClient |
Provides methods for performing send, dispatch and request operations
programatically.
|
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.
|
SimpleOptionsBuilder |
Most basic options builder that every connector must be able to use for configuration.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.