Uses of Class
org.openas2.message.AS2Message
-
-
Uses of AS2Message in org.openas2.lib.helper
Methods in org.openas2.lib.helper with parameters of type AS2Message Modifier and Type Method Description voidBCCryptoHelper. decompress(AS2Message msg)voidICryptoHelper. decompress(AS2Message msg) -
Uses of AS2Message in org.openas2.logging
Methods in org.openas2.logging with parameters of type AS2Message Modifier and Type Method Description protected CompositeParametersEmailLogger. createParser(AS2Message msg, java.lang.Throwable t, boolean terminated)protected java.lang.StringEmailLogger. parseText(AS2Message msg, java.lang.String text) -
Uses of AS2Message in org.openas2.mail
Methods in org.openas2.mail with parameters of type AS2Message Modifier and Type Method Description protected CompositeParametersEmailSender. createParser(AS2Message msg, java.lang.Throwable t, boolean terminated)protected java.lang.StringEmailSender. parseText(AS2Message msg, java.lang.String text) -
Uses of AS2Message in org.openas2.message
Constructors in org.openas2.message with parameters of type AS2Message Constructor Description AS2MessageMDN(AS2Message msg, boolean copyMsgHeaders) -
Uses of AS2Message in org.openas2.processor.receiver
Methods in org.openas2.processor.receiver that return AS2Message Modifier and Type Method Description protected AS2MessageAS2DirectoryPollingModule. createMessage()protected AS2MessageAS2ReceiverHandler. createMessage(java.net.Socket s)Methods in org.openas2.processor.receiver with parameters of type AS2Message Modifier and Type Method Description MessageMDNAS2ReceiverHandler. createMDN(Session session, AS2Message msg, java.lang.String mic, DispositionType disposition, java.lang.String text)protected java.lang.StringAS2ReceiverHandler. decryptAndVerify(AS2Message msg)protected booleanAS2ReceiverHandler. sendResponse(AS2Message msg, java.io.BufferedOutputStream out, DispositionType disposition, java.lang.String mic, java.lang.String text)Sends a response for received AS2 message. -
Uses of AS2Message in org.openas2.processor.receiver.api
Methods in org.openas2.processor.receiver.api that return AS2Message Modifier and Type Method Description protected AS2MessageAS2FileReceiverModule. createMessage() -
Uses of AS2Message in org.openas2.processor.sender
Methods in org.openas2.processor.sender with parameters of type AS2Message Modifier and Type Method Description protected voidAS2SenderModule. storePendingInfo(AS2Message msg, boolean isResend)Stores metadata into pending information file and storing message object from first send attempt. -
Uses of AS2Message in org.openas2.util
Methods in org.openas2.util with parameters of type AS2Message Modifier and Type Method Description static booleanAS2Util. checkMDN(AS2Message msg)Verify disposition status is "processed" then check MIC is matchedstatic voidAS2Util. getMetaData(AS2Message msg, java.io.File inFile)static voidAS2Util. getMetaData(AS2Message msg, Session session)static voidAS2Util. processMDN(AS2Message msg, byte[] data, java.io.OutputStream out, boolean isAsyncMDN, Session session, java.lang.Object sourceClass)Processing MDN sent from receiver.
-