public class SOAPHeadersAdapter extends Object implements Map<QName,List<String>>
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<QName,List<String>>> |
entrySet() |
List<String> |
get(Object _key)
Returns a list of XML strings that have the same namespace as the QName key.
|
static void |
install(MessageContext mc)
Add the AttachmentAdapter as the property for the inbound and/or
outbound attachment property
|
boolean |
isEmpty() |
Set<QName> |
keySet() |
List<String> |
put(QName key,
List<String> values)
put will inject the headers into the SOAP message immediately
|
void |
putAll(Map<? extends QName,? extends List<String>> t)
putAll will inject the headers into the SOAP message immediately
|
List<String> |
remove(Object _key)
remove will immediately remove the headers from the SOAP message that match the QName key
|
int |
size() |
Collection<List<String>> |
values() |
public static void install(MessageContext mc)
mc
- MessageContextpublic boolean containsKey(Object key)
containsKey
in interface Map<QName,List<String>>
public boolean containsValue(Object value)
containsValue
in interface Map<QName,List<String>>
public List<String> get(Object _key)
public List<String> put(QName key, List<String> values)
public void putAll(Map<? extends QName,? extends List<String>> t)
public List<String> remove(Object _key)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.