Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
AbstractMessageDispatcher
Provide a default dispatch (client) support for handling threads lifecycle and validation.
|
class |
AbstractMessageRequester
Provide a default dispatch (client) support for handling threads lifecycle and validation.
|
class |
UnsupportedMessageDispatcher |
class |
UnsupportedMessageRequester |
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. |
class |
HttpClientMessageRequester
Rquests Mule events over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsMessageDispatcher
JmsMessageDispatcher is responsible for dispatching messages to JMS
destinations. |
class |
JmsMessageRequester
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.
|
class |
TcpMessageRequester
Request transformed Mule events from TCP.
|
Modifier and Type | Class and Description |
---|---|
class |
UdpMessageDispatcher
UdpMessageDispatcher is responsible for dispatching MuleEvents as
UDP packets on the network |
class |
UdpMessageRequester
Responsible for requesting 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. |
class |
VMMessageRequester
VMMessageDispatcher is used for providing in memory interaction
between components. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.