Class AS4IncomingMessageState

java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
java.util.LinkedHashMap<String,Object>
com.helger.commons.collection.impl.CommonsLinkedHashMap<String,Object>
com.helger.commons.collection.attr.AttributeContainer<String,Object>
com.helger.commons.collection.attr.AttributeContainerAny<String>
com.helger.phase4.incoming.AS4IncomingMessageState
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>, IAS4IncomingMessageState, Serializable, Cloneable, Map<String,Object>, SequencedMap<String,Object>

@NotThreadSafe public final class AS4IncomingMessageState extends com.helger.commons.collection.attr.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: