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()
           
 Object get(Object key)
           
 Set<String> keySet()
           
 Object put(String key, Object value)
           
 Object remove(Object key)
           
 String toString()
           
 
Methods inherited from class org.mule.el.context.AbstractMapContext
containsKey, containsValue, entrySet, isEmpty, putAll, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MessagePropertyMapContext

public MessagePropertyMapContext(MuleMessage message,
                                 PropertyScope propertyScope)
Method Detail

get

public Object get(Object key)

put

public Object put(String key,
                  Object value)

remove

public Object remove(Object key)

keySet

public Set<String> keySet()

clear

public void clear()
Specified by:
clear in interface Map<String,Object>
Overrides:
clear in class AbstractMapContext<String,Object>

toString

public String toString()
Overrides:
toString in class Object


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