| Package | Description |
|---|---|
| org.mule.api.security.tls |
This package contains classes to support TLS/SSL configuration and socket creation.
|
| 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.polling |
| Modifier and Type | Method and Description |
|---|---|
void |
TlsConfiguration.initialise(boolean anon,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
MuleMessageFactory |
Connector.createMuleMessageFactory()
Creates a new
MuleMessageFactory using what's defined in the connector's
transport service descriptor. |
| Modifier and Type | Method and Description |
|---|---|
protected MuleMessageFactory |
AbstractTransportMessageHandler.createMuleMessageFactory()
This method uses the connector's
createMuleMessageFactory method to create
a new MuleMessageFactory. |
MuleMessageFactory |
AbstractConnector.createMuleMessageFactory()
Create a
MuleMessageFactory from this connector's configuration,
typically through the transport descriptor. |
MuleMessageFactory |
AbstractConnector.getMuleMessageFactory()
The connector creates a
MuleMessageFactory lazily and holds a reference to it for
others to use. |
| Constructor and Description |
|---|
AbstractMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
Creates the Message Receiver
|
AbstractPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
TransactedPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
TransactedPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint,
long frequency)
Deprecated.
|
| Constructor and Description |
|---|
MessageProcessorPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.