Uses of Class
org.mule.api.transport.PropertyScope

Packages that use PropertyScope
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. 
 

Uses of PropertyScope in org.mule
 

Methods in org.mule with parameters of type PropertyScope
 void DefaultMuleMessage.addProperties(Map properties, PropertyScope scope)
          Adds a map of properties to be associated with this message
 Object DefaultMuleMessage.getProperty(String name, PropertyScope scope)
          Gets a property from the message with a given scope
 Set DefaultMuleMessage.getPropertyNames(PropertyScope scope)
          Gets all property names in a given scope
 void DefaultMuleMessage.setProperty(String key, 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 with parameters of type PropertyScope
 void MessageAdapter.addProperties(Map properties, PropertyScope scope)
          Adds a map of properties to be associated with this message
 Object MessageAdapter.getProperty(String name, PropertyScope scope)
          Gets a property from the message with a given scope
 Set MessageAdapter.getPropertyNames(PropertyScope scope)
          Gets all property names in a given scope
 void MessageAdapter.setProperty(String key, Object value, PropertyScope scope)
          Set a property on the message
 

Uses of PropertyScope in org.mule.transport
 

Fields in org.mule.transport declared as PropertyScope
protected  PropertyScope MessagePropertiesContext.defaultScope
           
 

Methods in org.mule.transport that return PropertyScope
 PropertyScope MessagePropertiesContext.getDefaultScope()
           
 

Methods in org.mule.transport with parameters of type PropertyScope
 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 AbstractMessageAdapter.getProperty(String name, PropertyScope scope)
          Gets a property from the message with a given scope
 Object MessagePropertiesContext.getProperty(String key, PropertyScope scope)
           
 Set AbstractMessageAdapter.getPropertyNames(PropertyScope scope)
          Gets all property names in a given scope
 Set MessagePropertiesContext.getPropertyNames(PropertyScope scope)
           
protected  Map MessagePropertiesContext.getScopedProperties(PropertyScope scope)
           
 void AbstractMessageAdapter.setProperty(String key, Object value, PropertyScope scope)
          Set a property on the message
 void MessagePropertiesContext.setProperty(String key, Object value, PropertyScope scope)
          Set a property on the message
 

Constructors in org.mule.transport with parameters of type PropertyScope
MessagePropertiesContext(PropertyScope defaultScope)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.