public class DefaultOutboundEndpoint extends AbstractEndpoint implements OutboundEndpoint
loggerINITIAL_STATE_STARTED, INITIAL_STATE_STOPPEDRECEIVE_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, updateTransformerEndpointsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetConnectionStrategy, getConnector, getEncoding, getEndpointURI, getFilter, getInitialState, getMuleContext, getName, getProperties, getProperty, getProtocol, getRemoteSyncTimeout, getResponseTransformers, getSecurityFilter, getTransactionConfig, getTransformers, isDeleteUnacceptedMessages, isReadOnly, isRemoteSync, isSynchronouspublic 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
MessageDispatchingdispatch in interface MessageDispatchingevent - The event to dispatchDispatchException - if the event fails to be dispatchedpublic MuleMessage send(MuleEvent event) throws DispatchException
MessageDispatchingsend in interface MessageDispatchingevent - The event to sendDispatchException - if the event fails to be dispatchedCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.