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, values
public 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–2016 MuleSoft, Inc.. All rights reserved.