| 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.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
| 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 | Method and Description |
|---|---|
MessageDispatcherFactory |
DefaultTransportServiceDescriptor.createDispatcherFactory() |
MessageDispatcherFactory |
TransportServiceDescriptor.createDispatcherFactory() |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.