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
|
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 occurring 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 |
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;
|
ThreadSafeAccess |
DefaultMuleEvent.newThreadCopy() |
Modifier and Type | Method and Description |
---|---|
ThreadSafeAccess |
ThreadSafeAccess.newThreadCopy() |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.