org.mule.el.context
Class OutboundAttachmentMapContext

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

public class OutboundAttachmentMapContext
extends AbstractMapContext<String,DataHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
OutboundAttachmentMapContext(MuleMessage message)
           
 
Method Summary
 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
clear, 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

OutboundAttachmentMapContext

public OutboundAttachmentMapContext(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()


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