Class AS4IncomingMessageState

java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
java.util.LinkedHashMap<String,Object>
com.helger.collection.commons.CommonsLinkedHashMap<String,Object>
com.helger.typeconvert.collection.AttributeContainer<String,Object>
com.helger.typeconvert.collection.AttributeContainerAny<String>
com.helger.phase4.incoming.AS4IncomingMessageState
All Implemented Interfaces:
com.helger.base.clone.ICloneable<com.helger.collection.commons.ICommonsMap<String,Object>>, com.helger.collection.commons.ICommonsMap<String,Object>, com.helger.collection.commons.ICommonsOrderedMap<String,Object>, IAS4IncomingMessageState, com.helger.typeconvert.collection.IAttributeContainer<String,Object>, com.helger.typeconvert.collection.IAttributeContainerAny<String>, com.helger.typeconvert.trait.IGetterByKeyTrait<String>, Serializable, Cloneable, Map<String,Object>, SequencedMap<String,Object>

@NotThreadSafe public final class AS4IncomingMessageState extends com.helger.typeconvert.collection.AttributeContainerAny<String> implements IAS4IncomingMessageState
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.
Old name before v3: AS4MessageState
Author:
Philip Helger
See Also: