Class AS4MessageState

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<KEYTYPE,VALUETYPE>
com.helger.commons.collection.impl.CommonsLinkedHashMap<KEYTYPE,VALUETYPE>
com.helger.commons.collection.attr.AttributeContainer<KEYTYPE,Object>
com.helger.commons.collection.attr.AttributeContainerAny<String>
com.helger.phase4.servlet.AS4MessageState
All Implemented Interfaces:
com.helger.commons.collection.attr.IAttributeContainer<String,Object>, com.helger.commons.collection.attr.IAttributeContainerAny<String>, com.helger.commons.collection.impl.ICommonsMap<String,Object>, com.helger.commons.collection.impl.ICommonsOrderedMap<String,Object>, com.helger.commons.lang.ICloneable<com.helger.commons.collection.impl.ICommonsMap<String,Object>>, com.helger.commons.traits.IGetterByKeyTrait<String>, IAS4MessageState, Serializable, Cloneable, Map<String,Object>

@NotThreadSafe public final class AS4MessageState extends com.helger.commons.collection.attr.AttributeContainerAny<String> implements IAS4MessageState
This class keeps track of the status of an incoming message. It is basically a String to any map.
Keys starting with phase4. are reserved for internal use.
Instances of this object are only modified in the SOAP header handlers.
Author:
Philip Helger
See Also: