public class OutboundAttachmentsMap extends Object implements Map<String,DataHandler>
| Constructor and Description |
|---|
OutboundAttachmentsMap(MuleMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,DataHandler>> |
entrySet() |
DataHandler |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
DataHandler |
put(String key,
DataHandler value) |
DataHandler |
put(String key,
Object value,
String contentType) |
void |
putAll(Map<? extends String,? extends DataHandler> map) |
DataHandler |
remove(Object key) |
int |
size() |
Collection<DataHandler> |
values() |
public OutboundAttachmentsMap(MuleMessage message)
public int size()
size in interface Map<String,DataHandler>public boolean isEmpty()
isEmpty in interface Map<String,DataHandler>public boolean containsKey(Object key)
containsKey in interface Map<String,DataHandler>public boolean containsValue(Object value)
containsValue in interface Map<String,DataHandler>public DataHandler get(Object key)
get in interface Map<String,DataHandler>public DataHandler put(String key, DataHandler value)
put in interface Map<String,DataHandler>public DataHandler put(String key, Object value, String contentType)
public DataHandler remove(Object key)
remove in interface Map<String,DataHandler>public void putAll(Map<? extends String,? extends DataHandler> map)
putAll in interface Map<String,DataHandler>public void clear()
clear in interface Map<String,DataHandler>public Collection<DataHandler> values()
values in interface Map<String,DataHandler>public Set<Map.Entry<String,DataHandler>> entrySet()
entrySet in interface Map<String,DataHandler>Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.