| Modifier and Type | Method and Description |
|---|---|
static MessageExchangePattern |
MessageExchangePattern.fromString(String string) |
static MessageExchangePattern |
MessageExchangePattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageExchangePattern[] |
MessageExchangePattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MessageExchangePattern |
RequestCacheKey.getExchangePattern() |
| Modifier and Type | Method and Description |
|---|---|
Processor |
AbstractConnectorMessageProcessorProvider.getMessageProcessor(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern) |
| Constructor and Description |
|---|
RequestCacheKey(String url,
OptionsType operationOptions,
MessageExchangePattern exchangePattern) |
| Modifier and Type | Method and Description |
|---|---|
Processor |
ConnectorOperationProvider.getMessageProcessor(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
A
Processor that contains the behaviour for the URL |
Processor |
ConnectorOperationLocator.locateConnectorOperation(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
Lookup for an operation from a connector
|
| Modifier and Type | Method and Description |
|---|---|
MessageExchangePattern |
LegacyImmutableEndpoint.getExchangePattern()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MessageExchangePattern |
LegacyOutboundEndpoint.getExchangePattern()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Processor |
MuleConnectorOperationLocator.locateConnectorOperation(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.