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
 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

OutboundAttachmentMapContext

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