org.mule.el.context
Class InboundAttachmentMapContext

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

public class InboundAttachmentMapContext
extends AbstractMapContext<String,DataHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
InboundAttachmentMapContext(MuleMessage message)
           
 
Method Summary
 void clear()
           
 DataHandler get(Object key)
           
 Set<String> keySet()
           
 DataHandler put(String key, DataHandler value)
           
 DataHandler remove(Object key)
           
 
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, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

InboundAttachmentMapContext

public InboundAttachmentMapContext(MuleMessage message)
Method Detail

get

public DataHandler get(Object key)

put

public DataHandler put(String key,
                       DataHandler value)

remove

public DataHandler remove(Object key)

keySet

public Set<String> keySet()

clear

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


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