Package | Description |
---|---|
org.mule.api.endpoint |
Endpoint interfaces.
|
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.
|
org.mule.transport.bpm | |
org.mule.transport.ejb | |
org.mule.transport.http |
Provides http transport including proxy support.
|
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
org.mule.transport.quartz | |
org.mule.transport.rmi | |
org.mule.transport.stdio | |
org.mule.transport.tcp |
Provides tcp connectivity for Mule.
|
org.mule.transport.udp |
Provides Udp connectivity for Mule.
|
org.mule.transport.vm |
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OutboundEndpoint |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOutboundEndpoint |
class |
DynamicURIOutboundEndpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable
endpoint instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageDispatcher
Provide a default dispatch (client) support for handling threads lifecycle and validation.
|
class |
UnsupportedMessageDispatcher |
Modifier and Type | Class and Description |
---|---|
class |
ProcessMessageDispatcher
Initiates or advances a workflow process from an outgoing Mule event.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbMessageDispatcher
Invokes a method on an EJB object stored in Jndi.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientMessageDispatcher
HttpClientMessageDispatcher dispatches Mule events over HTTP. |
Modifier and Type | Class and Description |
---|---|
class |
JmsMessageDispatcher
JmsMessageDispatcher is responsible for dispatching messages to JMS
destinations. |
Modifier and Type | Class and Description |
---|---|
class |
QuartzMessageDispatcher
Can schedule a Job with the Quartz scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
RmiMessageDispatcher
RmiMessageDispatcher will send transformed mule events over
RMI-JRMP. |
Modifier and Type | Class and Description |
---|---|
class |
StdioMessageDispatcher
StdioMessageDispatcher is a simple stream dispatcher that obtains
a stream from the Stream Connector to write to. |
Modifier and Type | Class and Description |
---|---|
class |
TcpMessageDispatcher
Send transformed Mule events over TCP.
|
Modifier and Type | Class and Description |
---|---|
class |
UdpMessageDispatcher
UdpMessageDispatcher is responsible for dispatching MuleEvents as
UDP packets on the network |
Modifier and Type | Class and Description |
---|---|
class |
VMMessageDispatcher
VMMessageDispatcher is used for providing in memory interaction
between components. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.