Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
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.multicast |
IP multicast connectivity for Mule.
|
org.mule.transport.rmi | |
org.mule.transport.servlet | |
org.mule.transport.udp |
Provides Udp connectivity for Mule.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMessageCollection
A
MuleMessage type that manages a collection of MuleMessage Objects. |
class |
DefaultMuleEvent
DefaultMuleEvent represents any data event occuring in the Mule
environment. |
class |
DefaultMuleMessage
DefaultMuleMessage is a wrapper that contains a payload and properties
associated with the payload. |
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
DefaultMuleMessage.newThreadCopy() |
ThreadSafeAccess |
DefaultMuleEvent.newThreadCopy() |
ThreadSafeAccess |
DefaultMessageCollection.newThreadCopy()
We need to overload this if we find we want to make this class available to users, but the copy will be expensive;
|
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
ThreadSafeAccess.newThreadCopy() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageAdapter
AbstractMessageAdapter provides a base implementation for simple
message types that maybe don't normally allow for meta information, such as a File
or TCP. |
class |
DefaultMessageAdapter
DefaultMessageAdapter can be used to wrap an arbitary object where
no special 'apapting' is needed. |
class |
WriterMessageAdapter
WriterMessageAdapter wraps a java.io.StringWriter and allows meta
information to be associated with the Writer. |
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
WriterMessageAdapter.newThreadCopy() |
ThreadSafeAccess |
DefaultMessageAdapter.newThreadCopy() |
ThreadSafeAccess |
AbstractMessageAdapter.newThreadCopy() |
Modifier and Type | Class and Description |
---|---|
class |
EjbMessageAdapter |
Modifier and Type | Class and Description |
---|---|
class |
HttpMessageAdapter
HttpMessageAdapter Wraps an incoming Http Request making the
payload and headers available as standard message adapter. |
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
HttpMessageAdapter.newThreadCopy() |
Modifier and Type | Class and Description |
---|---|
class |
JmsMessageAdapter
JmsMessageAdapter allows a DefaultMuleEvent to access the
properties and payload of a JMS Message in a uniform way. |
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
JmsMessageAdapter.newThreadCopy() |
Modifier and Type | Class and Description |
---|---|
class |
MulticastMessageAdapter
MulticastMessageAdapter TODO |
Modifier and Type | Class and Description |
---|---|
class |
RmiMessageAdapter
Wraps an object obtained by calling a method on a Remote object
|
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
RmiMessageAdapter.newThreadCopy() |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestMessageAdapter
HttpRequestMessageAdapter is a Mule message adapter for
javax.servletHttpServletRequest objects. |
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
HttpRequestMessageAdapter.newThreadCopy() |
Modifier and Type | Class and Description |
---|---|
class |
UdpMessageAdapter
UdpMessageAdapter |
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
UdpMessageAdapter.newThreadCopy() |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.