| Package | Description |
|---|---|
| org.mule.api.client | |
| org.mule.api.connector | |
| org.mule.client | |
| org.mule.connector |
| Modifier and Type | Method and Description |
|---|---|
OperationOptions |
SimpleOptionsBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleClient.dispatch(String url,
MuleMessage message,
OperationOptions operationOptions)
Dispatches an event asynchronously to a endpointUri via a Mule server.
|
MuleMessage |
MuleClient.send(String url,
MuleMessage message,
OperationOptions operationOptions)
Sends an event synchronously to a endpointUri via a Mule server and a
resulting message is returned.
|
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor |
ConnectorOperationProvider.getMessageProcessor(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
A
MessageProcessor that contains the behaviour for the URL |
MessageProcessor |
ConnectorOperationLocator.locateConnectorOperation(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
Lookup for an operation from a connector
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleOptions
Default implementation for
OperationOptions |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLocalMuleClient.dispatch(String url,
MuleMessage message,
OperationOptions operationOptions) |
MuleMessage |
DefaultLocalMuleClient.send(String url,
MuleMessage message,
OperationOptions operationOptions) |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor |
MuleConnectorOperationLocator.locateConnectorOperation(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.