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()
           
 boolean containsKey(Object key)
           
 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
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

clear

public void clear()

containsKey

public boolean containsKey(Object key)

get

public DataHandler get(Object key)

keySet

public Set<String> keySet()

put

public DataHandler put(String key,
                       DataHandler value)

remove

public DataHandler remove(Object key)


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