public class InboundAttachmentMapContext extends AbstractMapContext<String,DataHandler>
| Constructor and Description |
|---|
InboundAttachmentMapContext(MuleMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
DataHandler |
get(Object key) |
Set<String> |
keySet() |
DataHandler |
put(String key,
DataHandler value) |
DataHandler |
remove(Object key) |
containsKey, containsValue, entrySet, isEmpty, putAll, size, valuespublic InboundAttachmentMapContext(MuleMessage message)
public DataHandler get(Object key)
public DataHandler put(String key, DataHandler value)
public DataHandler remove(Object key)
public void clear()
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.