Package | Description |
---|---|
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
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.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
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 | Method and Description |
---|---|
MessageDispatcherFactory |
Connector.getDispatcherFactory()
The dispatcher factory is used to create a message dispatcher of the current
request
|
Modifier and Type | Method and Description |
---|---|
void |
Connector.setDispatcherFactory(MessageDispatcherFactory factory)
The dispatcher factory is used to create a message dispatcher of the current
request
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageDispatcherFactory
AbstractMessageDispatcherFactory is a base implementation of the
MessageDispatcherFactory interface for managing the lifecycle of
message dispatchers. |
class |
KeyedPoolMessageDispatcherFactoryAdapter
KeyedPoolMessageDispatcherFactoryAdapter adapts a
MessageDispatcherFactory with methods from commons-pool
KeyedPoolableObjectFactory . |
class |
UnsupportedMessageDispatcherFactory |
Modifier and Type | Field and Description |
---|---|
protected MessageDispatcherFactory |
AbstractConnector.dispatcherFactory
Factory used to create dispatchers for this connector
|
Modifier and Type | Method and Description |
---|---|
MessageDispatcherFactory |
AbstractConnector.getDispatcherFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnector.setDispatcherFactory(MessageDispatcherFactory dispatcherFactory) |
Constructor and Description |
---|
KeyedPoolMessageDispatcherFactoryAdapter(MessageDispatcherFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessMessageDispatcherFactory
Creates a WorkflowMessageDispatcher instance.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbMessageDispatcherFactory
EjbMessageDispatcherFactory creates a dispatcher for marshalling
requests to an EJB MuleSession bean |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientMessageDispatcherFactory
Creates a HttpClientMessageDispatcher to make client requests
|
Modifier and Type | Class and Description |
---|---|
class |
JmsMessageDispatcherFactory
JmsMessageDispatcherFactory creates a message adapter that will
send JMS messages |
Modifier and Type | Class and Description |
---|---|
class |
QuartzMessageDispatcherFactory
Creates a QuartzMessageDispatcher instance.
|
Modifier and Type | Class and Description |
---|---|
class |
RmiMessageDispatcherFactory
Creates and RmiMessageDispatcher
|
Modifier and Type | Method and Description |
---|---|
MessageDispatcherFactory |
DefaultTransportServiceDescriptor.createDispatcherFactory() |
MessageDispatcherFactory |
TransportServiceDescriptor.createDispatcherFactory() |
Modifier and Type | Class and Description |
---|---|
class |
StdioMessageDispatcherFactory
StdioMessageDispatcherFactory creates a Stream dispatcher suitable
for writing to fixed streams such as System.in or System.out. |
Modifier and Type | Class and Description |
---|---|
class |
TcpMessageDispatcherFactory |
Modifier and Type | Class and Description |
---|---|
class |
UdpMessageDispatcherFactory
UdpMessageDispatcherFactory creates a dispatcher for sending UDP
packets. |
Modifier and Type | Class and Description |
---|---|
class |
VMMessageDispatcherFactory
VMMessageDispatcherFactory creates an in-memory event dispatcher |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.