public class TransportHeadersAdapter extends Object implements Map
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
static void |
install(MessageContext mc)
Add the TransportHeadersAdapter as the property for TransportHeaders
|
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
String |
toString() |
Collection |
values() |
public static void install(MessageContext mc)
mc
- MessageContextpublic boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.