public class AttachmentsAdapter extends Object implements Map<String,DataHandler>
| 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) |
static void |
install(MessageContext mc)
Add the AttachmentAdapter as the property for the inbound or
outbound attachment property
|
boolean |
isEmpty() |
Set<String> |
keySet() |
DataHandler |
put(String key,
DataHandler dh) |
void |
putAll(Map<? extends String,? extends DataHandler> t) |
DataHandler |
remove(Object key) |
int |
size() |
Collection<DataHandler> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static void install(MessageContext mc)
mc - MessageContextpublic void clear()
clear 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 Set<Map.Entry<String,DataHandler>> entrySet()
entrySet in interface Map<String,DataHandler>public DataHandler get(Object key)
get in interface Map<String,DataHandler>public boolean isEmpty()
isEmpty in interface Map<String,DataHandler>public DataHandler put(String key, DataHandler dh)
put in interface Map<String,DataHandler>public void putAll(Map<? extends String,? extends DataHandler> t)
putAll in interface Map<String,DataHandler>public DataHandler remove(Object key)
remove in interface Map<String,DataHandler>public int size()
size in interface Map<String,DataHandler>public Collection<DataHandler> values()
values in interface Map<String,DataHandler>Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.