Package network.oxalis.ng.as4.inbound
Class AS4MessageContextKey
- java.lang.Object
-
- network.oxalis.ng.as4.inbound.AS4MessageContextKey
-
public class AS4MessageContextKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringENVELOPE_HEADERstatic StringFIRST_PAYLOAD_HEADERstatic StringFIRST_PAYLOAD_PATHstatic StringPERSISTED
-
Constructor Summary
Constructors Constructor Description AS4MessageContextKey()
-
-
-
Field Detail
-
FIRST_PAYLOAD_PATH
public static final String FIRST_PAYLOAD_PATH
- See Also:
- Constant Field Values
-
FIRST_PAYLOAD_HEADER
public static final String FIRST_PAYLOAD_HEADER
- See Also:
- Constant Field Values
-
ENVELOPE_HEADER
public static final String ENVELOPE_HEADER
- See Also:
- Constant Field Values
-
PERSISTED
public static final String PERSISTED
- See Also:
- Constant Field Values
-
-