Package com.helger.as2lib.message
Class AS2Message
- java.lang.Object
-
- com.helger.as2lib.message.AbstractBaseMessage
-
- com.helger.as2lib.message.AbstractMessage
-
- com.helger.as2lib.message.AS2Message
-
- All Implemented Interfaces:
IBaseMessage,IMessage,Serializable
public class AS2Message extends AbstractMessage
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_MICOptional attribute storing the created MIC (see #74)static StringATTRIBUTE_RECEIVEDIndicator whether the message was received (or created)static StringATTRIBUTE_RECEIVED_COMPRESSEDstatic StringATTRIBUTE_RECEIVED_ENCRYPTEDstatic StringATTRIBUTE_RECEIVED_SIGNATURE_CERTIFICATEPEM encoded X509 certificate that was used to verify the signaturestatic StringATTRIBUTE_RECEIVED_SIGNEDstatic StringDEFAULT_ID_FORMATstatic StringPROTOCOL_AS2
-
Constructor Summary
Constructors Constructor Description AS2Message()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateMessageID()StringgetAsyncMDNurl()StringgetProtocol()booleanisRequestingAsynchMDN()booleanisRequestingMDN()-
Methods inherited from class com.helger.as2lib.message.AbstractMessage
getAsString, getData, getMDN, getTempSharedFileInputStream, setData, setMDN, setTempSharedFileInputStream, toString
-
Methods inherited from class com.helger.as2lib.message.AbstractBaseMessage
attrs, getLoggingText, headers, partnership, setPartnership
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.as2lib.message.IBaseMessage
attrs, containsHeader, getHeader, getHeaderCombined, getHeaderOrDefault, getLoggingText, getMessageID, headers, partnership, setMessageID, setPartnership, updateMessageID
-
Methods inherited from interface com.helger.as2lib.message.IMessage
getAS2From, getAS2To, getContentDisposition, getContentType, getSubject, setContentDisposition, setContentType, setSubject
-
-
-
-
Field Detail
-
ATTRIBUTE_RECEIVED
public static final String ATTRIBUTE_RECEIVED
Indicator whether the message was received (or created)- See Also:
- Constant Field Values
-
ATTRIBUTE_RECEIVED_ENCRYPTED
public static final String ATTRIBUTE_RECEIVED_ENCRYPTED
- See Also:
- Constant Field Values
-
ATTRIBUTE_RECEIVED_SIGNED
public static final String ATTRIBUTE_RECEIVED_SIGNED
- See Also:
- Constant Field Values
-
ATTRIBUTE_RECEIVED_SIGNATURE_CERTIFICATE
public static final String ATTRIBUTE_RECEIVED_SIGNATURE_CERTIFICATE
PEM encoded X509 certificate that was used to verify the signature- See Also:
- Constant Field Values
-
ATTRIBUTE_RECEIVED_COMPRESSED
public static final String ATTRIBUTE_RECEIVED_COMPRESSED
- See Also:
- Constant Field Values
-
ATTRIBUTE_MIC
public static final String ATTRIBUTE_MIC
Optional attribute storing the created MIC (see #74)- See Also:
- Constant Field Values
-
PROTOCOL_AS2
public static final String PROTOCOL_AS2
- See Also:
- Constant Field Values
-
DEFAULT_ID_FORMAT
public static final String DEFAULT_ID_FORMAT
- See Also:
- Constant Field Values
-
-