public class CustomInfo extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CustomInfo() |
| Modifier and Type | Method and Description |
|---|---|
static CustomInfo |
getOrCreateCustomInfo(org.apache.cxf.message.Message message)
Access the customInfo of a message using this accessor.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static CustomInfo getOrCreateCustomInfo(org.apache.cxf.message.Message message)
message - Copyright © 2011–2021 Talend Inc.. All rights reserved.