|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyScope | |
---|---|
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.api.transport | Contains the interfaces that comprise a provider implementation. |
org.mule.message | Wire message implementations. |
org.mule.module.bpm | |
org.mule.transformer.simple | Basic transformer implementations. |
org.mule.transport.bpm | |
org.mule.transport.soap.axis.extras |
Uses of PropertyScope in org.mule |
---|
Fields in org.mule with type parameters of type PropertyScope | |
---|---|
protected java.util.Map<PropertyScope,java.util.Map<java.lang.String,java.lang.Object>> |
MessagePropertiesContext.scopedMap
Map of maps containing the scoped properties, each scope has its own Map. |
Methods in org.mule that return PropertyScope | |
---|---|
PropertyScope |
MessagePropertiesContext.getDefaultScope()
|
Methods in org.mule with parameters of type PropertyScope | ||
---|---|---|
void |
DefaultMuleMessage.addProperties(java.util.Map<java.lang.String,java.lang.Object> props,
PropertyScope scope)
Adds a map of properties to be associated with this message |
|
protected void |
MessagePropertiesContext.checkScopeForWriteAccess(PropertyScope scope)
|
|
void |
DefaultMuleMessage.clearProperties(PropertyScope scope)
Removes all properties on this message in the given scope. |
|
void |
MessagePropertiesContext.clearProperties(PropertyScope scope)
|
|
|
DefaultMuleMessage.findPropertyInSpecifiedScopes(java.lang.String name,
PropertyScope... scopesToSearch)
Find property in one of the specified scopes, in order |
|
|
DefaultMuleMessage.getProperty(java.lang.String name,
PropertyScope scope)
Gets a property from the message with a given scope. |
|
|
MessagePropertiesContext.getProperty(java.lang.String key,
PropertyScope scope)
|
|
|
DefaultMuleMessage.getProperty(java.lang.String name,
PropertyScope scope,
T defaultValue)
Gets a property from the message with a given scope and provides a default value if the property is not present on the message in the scope specified. |
|
java.util.Set<java.lang.String> |
DefaultMuleMessage.getPropertyNames(PropertyScope scope)
Gets all property names in a given scope. |
|
java.util.Set<java.lang.String> |
MessagePropertiesContext.getPropertyNames(PropertyScope scope)
|
|
protected java.util.Map<java.lang.String,java.lang.Object> |
MessagePropertiesContext.getScopedProperties(PropertyScope scope)
|
|
java.lang.String |
MessagePropertiesContext.getStringProperty(java.lang.String name,
PropertyScope scope,
java.lang.String defaultValue)
|
|
java.lang.Object |
DefaultMuleMessage.removeProperty(java.lang.String key,
PropertyScope scope)
Removes a property on this message from the specified scope only. |
|
java.lang.Object |
MessagePropertiesContext.removeProperty(java.lang.String key,
PropertyScope scope)
Removes a property from the specified property scope. |
|
void |
DefaultMuleMessage.setProperty(java.lang.String key,
java.lang.Object value,
PropertyScope scope)
Set a property on the message. |
|
void |
MessagePropertiesContext.setProperty(java.lang.String key,
java.lang.Object value,
PropertyScope scope)
Set a property on the message |
Uses of PropertyScope in org.mule.api |
---|
Methods in org.mule.api with parameters of type PropertyScope | ||
---|---|---|
void |
MuleMessage.addProperties(java.util.Map<java.lang.String,java.lang.Object> properties,
PropertyScope scope)
Adds a map of properties to be associated with this message |
|
void |
MuleMessage.clearProperties(PropertyScope scope)
Removes all properties on this message in the given scope. |
|
|
MuleMessage.getProperty(java.lang.String name,
PropertyScope scope)
Gets a property from the message with a given scope. |
|
|
MuleMessage.getProperty(java.lang.String name,
PropertyScope scope,
T defaultValue)
Gets a property from the message with a given scope and provides a default value if the property is not present on the message in the scope specified. |
|
java.util.Set<java.lang.String> |
MuleMessage.getPropertyNames(PropertyScope scope)
Gets all property names in a given scope. |
|
java.lang.Object |
MuleMessage.removeProperty(java.lang.String key,
PropertyScope scope)
Removes a property on this message from the specified scope only. |
|
void |
MuleMessage.setProperty(java.lang.String key,
java.lang.Object value,
PropertyScope scope)
Set a property on the message. |
Uses of PropertyScope in org.mule.api.transport |
---|
Fields in org.mule.api.transport declared as PropertyScope | |
---|---|
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. |
Methods in org.mule.api.transport that return PropertyScope | |
---|---|
static PropertyScope |
PropertyScope.get(java.lang.String name)
|
Methods in org.mule.api.transport with parameters of type PropertyScope | |
---|---|
int |
PropertyScope.ScopeComparator.compare(PropertyScope o,
PropertyScope o1)
|
Uses of PropertyScope in org.mule.message |
---|
Methods in org.mule.message with parameters of type PropertyScope | |
---|---|
protected void |
DefaultMuleMessageDTO.encodePropertiesForScope(PropertyScope scope,
MuleMessage message)
|
Uses of PropertyScope in org.mule.module.bpm |
---|
Methods in org.mule.module.bpm with parameters of type PropertyScope | |
---|---|
protected void |
Process.populateProcessVariables(MuleEvent event,
java.util.Map processVariables,
PropertyScope propertyScope)
|
Uses of PropertyScope in org.mule.transformer.simple |
---|
Methods in org.mule.transformer.simple that return PropertyScope | |
---|---|
PropertyScope |
MessagePropertiesTransformer.getScope()
|
Methods in org.mule.transformer.simple with parameters of type PropertyScope | |
---|---|
protected void |
MessagePropertiesTransformer.renameInScope(java.lang.String oldKey,
java.lang.String newKey,
PropertyScope propertyScope,
MuleMessage message)
|
void |
MessagePropertiesTransformer.setScope(PropertyScope scope)
|
Uses of PropertyScope in org.mule.transport.bpm |
---|
Methods in org.mule.transport.bpm with parameters of type PropertyScope | |
---|---|
protected void |
ProcessMessageDispatcher.populateProcessVariables(MuleEvent event,
java.util.Map processVariables,
PropertyScope propertyScope)
Deprecated. |
Uses of PropertyScope in org.mule.transport.soap.axis.extras |
---|
Methods in org.mule.transport.soap.axis.extras with parameters of type PropertyScope | |
---|---|
protected static void |
AxisCleanAndAddProperties.populateProps(java.util.Map<java.lang.String,java.lang.Object> props,
MuleMessage currentMessage,
PropertyScope scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |