Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.ssl |
Provides tcp connectivity over Ssl for Mule.
|
org.mule.transport.tcp |
Provides tcp connectivity for Mule.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMessageCollection
A
MuleMessage type that manages a collection of MuleMessage Objects. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractReceiverWorker.preRouteMuleMessage(DefaultMuleMessage message)
This callback is called before a message is routed into Mule and can be used by the worker to set connection
specific properties to message before it gets routed
|
Modifier and Type | Method and Description |
---|---|
protected void |
SslMessageReceiver.SslWorker.preRouteMuleMessage(DefaultMuleMessage message) |
Modifier and Type | Method and Description |
---|---|
protected void |
TcpMessageReceiver.TcpWorker.preRouteMuleMessage(DefaultMuleMessage message) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.