org.mule.el.context
Class MessagePropertyMapContext

java.lang.Object
  extended by org.mule.el.context.AbstractMapContext<String,Object>
      extended by org.mule.el.context.MessagePropertyMapContext
All Implemented Interfaces:
Map<String,Object>

public class MessagePropertyMapContext
extends AbstractMapContext<String,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
MessagePropertyMapContext(MuleMessage message, PropertyScope propertyScope)
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 Object get(Object key)
           
 Set<String> keySet()
           
 Object put(String key, Object value)
           
 Object remove(Object key)
           
 
Methods inherited from class org.mule.el.context.AbstractMapContext
containsValue, entrySet, isEmpty, putAll, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MessagePropertyMapContext

public MessagePropertyMapContext(MuleMessage message,
                                 PropertyScope propertyScope)
Method Detail

clear

public void clear()

containsKey

public boolean containsKey(Object key)

get

public Object get(Object key)

keySet

public Set<String> keySet()

put

public Object put(String key,
                  Object value)

remove

public Object remove(Object key)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.