org.talend.esb.sam.agent.message
Class CustomInfo
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
org.talend.esb.sam.agent.message.CustomInfo
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,String>
public class CustomInfo
- extends HashMap<String,String>
Customer interceptors should store the data that should go into the monitoring event
in this map. All key/value pairs will be automatically copied to the customInfo map of the Event
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
CustomInfo
public CustomInfo()
getOrCreateCustomInfo
public static CustomInfo getOrCreateCustomInfo(org.apache.cxf.message.Message message)
- Access the customInfo of a message using this accessor. The CustomInfo
map will be automatically created and stored in the event if it is not yet present
- Parameters:
message -
- Returns:
Copyright © 2011-2012 Talend Inc.. All Rights Reserved.