public class DefaultOutboundEndpoint extends AbstractEndpoint implements OutboundEndpoint
logger
INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED
RECEIVE_NO_WAIT, RECEIVE_WAIT_INDEFINITELY
Constructor and Description |
---|
DefaultOutboundEndpoint(Connector connector,
EndpointURI endpointUri,
List transformers,
List responseTransformers,
String name,
Map properties,
TransactionConfig transactionConfig,
Filter filter,
boolean deleteUnacceptedMessage,
EndpointSecurityFilter securityFilter,
boolean synchronous,
boolean remoteSync,
int remoteSyncTimeout,
String initialState,
String endpointEncoding,
MuleContext muleContext,
ConnectionStrategy connectionStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(MuleEvent event)
Dispatches an event from the endpoint to the external system
|
MuleMessage |
send(MuleEvent event)
Sends an event from the endpoint to the external system
|
equal, equals, getConnectionStrategy, getConnector, getEncoding, getEndpointURI, getFilter, getInitialState, getMuleContext, getName, getProperties, getProperty, getProtocol, getRemoteSyncTimeout, getResponseTransformers, getSecurityFilter, getTransactionConfig, getTransformers, hashCode, isDeleteUnacceptedMessages, isReadOnly, isRemoteSync, isSynchronous, toString, updateTransformerEndpoints
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getConnectionStrategy, getConnector, getEncoding, getEndpointURI, getFilter, getInitialState, getMuleContext, getName, getProperties, getProperty, getProtocol, getRemoteSyncTimeout, getResponseTransformers, getSecurityFilter, getTransactionConfig, getTransformers, isDeleteUnacceptedMessages, isReadOnly, isRemoteSync, isSynchronous
public DefaultOutboundEndpoint(Connector connector, EndpointURI endpointUri, List transformers, List responseTransformers, String name, Map properties, TransactionConfig transactionConfig, Filter filter, boolean deleteUnacceptedMessage, EndpointSecurityFilter securityFilter, boolean synchronous, boolean remoteSync, int remoteSyncTimeout, String initialState, String endpointEncoding, MuleContext muleContext, ConnectionStrategy connectionStrategy)
public void dispatch(MuleEvent event) throws DispatchException
MessageDispatching
dispatch
in interface MessageDispatching
event
- The event to dispatchDispatchException
- if the event fails to be dispatchedpublic MuleMessage send(MuleEvent event) throws DispatchException
MessageDispatching
send
in interface MessageDispatching
event
- The event to sendDispatchException
- if the event fails to be dispatchedCopyright © 2003–2013 MuleSource, Inc.. All rights reserved.