public class AttachmentsAdapter extends Object implements Map<String,javax.activation.DataHandler>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,javax.activation.DataHandler>> |
entrySet() |
javax.activation.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() |
javax.activation.DataHandler |
put(String key,
javax.activation.DataHandler dh) |
void |
putAll(Map<? extends String,? extends javax.activation.DataHandler> t) |
javax.activation.DataHandler |
remove(Object key) |
int |
size() |
Collection<javax.activation.DataHandler> |
values() |
public static void install(MessageContext mc)
mc - MessageContextpublic boolean containsKey(Object key)
containsKey in interface Map<String,javax.activation.DataHandler>public boolean containsValue(Object value)
containsValue in interface Map<String,javax.activation.DataHandler>public javax.activation.DataHandler get(Object key)
public boolean isEmpty()
public javax.activation.DataHandler put(String key, javax.activation.DataHandler dh)
public javax.activation.DataHandler remove(Object key)
public Collection<javax.activation.DataHandler> values()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.