org.mule.el.context
Class InboundAttachmentMapContext
java.lang.Object
org.mule.el.context.AbstractMapContext<String,DataHandler>
org.mule.el.context.InboundAttachmentMapContext
- All Implemented Interfaces:
- Map<String,DataHandler>
public class InboundAttachmentMapContext
- extends AbstractMapContext<String,DataHandler>
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboundAttachmentMapContext
public InboundAttachmentMapContext(MuleMessage message)
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.