public class OutboundAttachmentMapContext extends AbstractMapContext<DataHandler>
| Constructor and Description |
|---|
OutboundAttachmentMapContext(Event event,
Event.Builder eventBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
DataHandler |
doGet(String key) |
void |
doPut(String key,
DataHandler value) |
void |
doRemove(String key) |
Set<String> |
keySet() |
containsKey, containsValue, entrySet, get, isEmpty, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic OutboundAttachmentMapContext(Event event, Event.Builder eventBuilder)
public DataHandler doGet(String key)
doGet in class AbstractMapContext<DataHandler>public void doPut(String key, DataHandler value)
doPut in class AbstractMapContext<DataHandler>public void doRemove(String key)
doRemove in class AbstractMapContext<DataHandler>public void clear()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.