Package network.oxalis.as2.code
Class As2Header
- java.lang.Object
-
- network.oxalis.as2.code.As2Header
-
public class As2Header extends Object
Defines the AS2-Specific HTTP Headers according to RFC4130 section 6.- Author:
- steinar, erlend
-
-
Field Summary
Fields Modifier and Type Field Description static StringAS2_FROMstatic StringAS2_TOstatic StringAS2_VERSIONstatic StringCONTENT_TYPEstatic StringDATEstatic StringDISPOSITION_NOTIFICATION_OPTIONSstatic StringDISPOSITION_NOTIFICATION_TOstatic StringMESSAGE_IDstatic StringMIME_VERSIONstatic StringRECEIPT_DELIVERY_OPTIONstatic StringSERVERstatic StringSUBJECTstatic StringVERSION
-
Constructor Summary
Constructors Constructor Description As2Header()
-
-
-
Field Detail
-
MESSAGE_ID
public static final String MESSAGE_ID
- See Also:
- Constant Field Values
-
MIME_VERSION
public static final String MIME_VERSION
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
AS2_VERSION
public static final String AS2_VERSION
- See Also:
- Constant Field Values
-
AS2_FROM
public static final String AS2_FROM
- See Also:
- Constant Field Values
-
AS2_TO
public static final String AS2_TO
- See Also:
- Constant Field Values
-
SUBJECT
public static final String SUBJECT
- See Also:
- Constant Field Values
-
DATE
public static final String DATE
- See Also:
- Constant Field Values
-
DISPOSITION_NOTIFICATION_TO
public static final String DISPOSITION_NOTIFICATION_TO
- See Also:
- Constant Field Values
-
DISPOSITION_NOTIFICATION_OPTIONS
public static final String DISPOSITION_NOTIFICATION_OPTIONS
- See Also:
- Constant Field Values
-
RECEIPT_DELIVERY_OPTION
public static final String RECEIPT_DELIVERY_OPTION
- See Also:
- Constant Field Values
-
SERVER
public static final String SERVER
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
-