Package | Description |
---|---|
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageDispatching.dispatch(MuleEvent event)
Dispatches an event from the endpoint to the external system
|
void |
Connector.dispatch(OutboundEndpoint endpoint,
MuleEvent event)
Dispatches an event from the endpoint to the external system
|
MuleMessage |
MessageDispatching.send(MuleEvent event)
Sends an event from the endpoint to the external system
|
MuleMessage |
Connector.send(OutboundEndpoint endpoint,
MuleEvent event)
Sends an event from the endpoint to the external system
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultOutboundEndpoint.dispatch(MuleEvent event) |
void |
DynamicURIOutboundEndpoint.dispatch(MuleEvent event) |
MuleMessage |
DefaultOutboundEndpoint.send(MuleEvent event) |
MuleMessage |
DynamicURIOutboundEndpoint.send(MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageDispatcher.dispatch(MuleEvent event) |
void |
AbstractConnector.dispatch(OutboundEndpoint endpoint,
MuleEvent event) |
MuleMessage |
AbstractMessageDispatcher.send(MuleEvent event) |
MuleMessage |
AbstractConnector.send(OutboundEndpoint endpoint,
MuleEvent event) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.