Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMuleMessage.addProperties(Map properties,
PropertyScope scope)
Adds a map of properties to be associated with this message
|
void |
DefaultMuleMessage.setProperty(String key,
Object value,
PropertyScope scope)
Set a property on the message
|
Modifier and Type | Field and Description |
---|---|
static PropertyScope[] |
PropertyScope.ALL_SCOPES
An array of all scopes defined here
|
static PropertyScope |
PropertyScope.APPLICATION
This provides access to properties in the registry.
|
static PropertyScope |
PropertyScope.INBOUND
This scope holds all inbound headers when a message is received.
|
static PropertyScope |
PropertyScope.INVOCATION
This scope is defined from the point that a Message is created until a service has processed the
message.
|
static PropertyScope |
PropertyScope.OUTBOUND
This is the default scope when writing properties to a message.
|
static PropertyScope |
PropertyScope.SESSION
Defines the scope for any properties set on the session.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageAdapter.addProperties(Map properties,
PropertyScope scope)
Adds a map of properties to be associated with this message
|
void |
MessageAdapter.setProperty(String key,
Object value,
PropertyScope scope)
Set a property on the message
|
Modifier and Type | Method and Description |
---|---|
PropertyScope |
MessagePropertiesContext.getDefaultScope() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageAdapter.addProperties(Map props,
PropertyScope scope)
Adds a map of properties to be associated with this message
|
protected void |
MessagePropertiesContext.checkScopeForWriteAccess(PropertyScope scope) |
void |
MessagePropertiesContext.clearProperties(PropertyScope scope) |
Object |
MessagePropertiesContext.getProperty(String key,
PropertyScope scope) |
Set |
MessagePropertiesContext.getPropertyNames(PropertyScope scope) |
protected Map |
MessagePropertiesContext.getScopedProperties(PropertyScope scope) |
void |
MessagePropertiesContext.setProperty(String key,
Object value,
PropertyScope scope)
Set a property on the message
|
void |
AbstractMessageAdapter.setProperty(String key,
Object value,
PropertyScope scope)
Set a property on the message
|
Constructor and Description |
---|
MessagePropertiesContext(PropertyScope defaultScope) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.