Uses of Class
com.helger.as2lib.message.AS2Message
-
-
Uses of AS2Message in com.helger.as2lib.client
Methods in com.helger.as2lib.client that return AS2Message Modifier and Type Method Description protected AS2MessageAS2Client. createAS2MessageObj()protected AS2MessageAS2Client. createMessage(Partnership aPartnership, AS2ClientRequest aRequest) -
Uses of AS2Message in com.helger.as2lib.message
Constructors in com.helger.as2lib.message with parameters of type AS2Message Constructor Description AS2MessageMDN(AS2Message aMsg) -
Uses of AS2Message in com.helger.as2lib.processor.receiver.net
Methods in com.helger.as2lib.processor.receiver.net that return AS2Message Modifier and Type Method Description protected AS2MessageAS2ReceiverHandler. createMessage(Socket aSocket)Create a new message and record the source ip and portMethods in com.helger.as2lib.processor.receiver.net with parameters of type AS2Message Modifier and Type Method Description booleanAS2MDNReceiverHandler. checkAsyncMDN(AS2Message aMsg)verify if the mic is matched.protected com.helger.commons.state.ESuccessAS2MDNReceiverHandler. deletePendingFile(AS2Message aMsg, String sPendingFilename)Delete the pending file itself.protected com.helger.commons.state.ESuccessAS2MDNReceiverHandler. deletePendingInfoStream(AS2Message aMsg)Delete the pending info file.protected FileAS2MDNReceiverHandler. getPendingInfoFile(AS2Message aMsg)Get the pending info file itself.voidAS2MDNReceiverHandler. handleIncomingMessage(String sClientInfo, jakarta.activation.DataSource aMsgData, AS2Message aMsg, IAS2HttpResponseHandler aResponseHandler)voidAS2ReceiverHandler. handleIncomingMessage(String sClientInfo, jakarta.activation.DataSource aMsgData, AS2Message aMsg, IAS2HttpResponseHandler aResponseHandler)This method can be used to handle an incoming HTTP message AFTER the headers where extracted.protected InputStreamAS2MDNReceiverHandler. openPendingInfoStreamForReading(AS2Message aMsg)Delete the pending info file for reading.protected voidAS2MDNReceiverHandler. receiveMDN(AS2Message aMsg, byte[] aData, IAS2HttpResponseHandler aResponseHandler, AS2ResourceHelper aResHelper)method for receiving and processing Async MDN sent from receiver.voidAS2MDNReceiverHandler. reparse(AS2Message aMsg, AS2HttpClient aHttpClient, IHTTPIncomingDumper aIncomingDumper)protected voidAS2ReceiverHandler. sendMDN(String sClientInfo, IAS2HttpResponseHandler aResponseHandler, AS2Message aMsg, DispositionType aDisposition, String sText, com.helger.commons.state.ESuccess eSuccess) -
Uses of AS2Message in com.helger.as2lib.processor.sender
Methods in com.helger.as2lib.processor.sender with parameters of type AS2Message Modifier and Type Method Description protected MICAS2SenderModule. calculateAndStoreMIC(AS2Message aMsg)From RFC 4130 section 7.3.1: For any signed messages, the MIC to be returned is calculated on the RFC1767/RFC3023 MIME header and content.protected voidAS2SenderModule. checkRequired(AS2Message aMsg)protected voidAS2SenderModule. onReceivedMDNError(AS2Message aMsg, AS2Exception ex)Handler for errors in MDN processing.protected OutputStreamAS2SenderModule. openPendingInfoStreamForWriting(AS2Message aMsg, String sMsgFilename)Override this method to store pending MDN messages somewhere else than on disc.protected voidAS2SenderModule. receiveSyncMDN(AS2Message aMsg, AS2HttpClient aHttpClient, MIC aOriginalMIC, IHTTPIncomingDumper aIncomingDumper, AS2ResourceHelper aResHelper)protected voidAS2SenderModule. storePendingInfo(AS2Message aMsg, MIC aMIC)For storing original MIC and outgoing file into pending information file. -
Uses of AS2Message in com.helger.as2lib.util
Methods in com.helger.as2lib.util with parameters of type AS2Message Modifier and Type Method Description static IMessageMDNAS2Helper. createMDN(IAS2Session aSession, AS2Message aMsg, DispositionType aDisposition, String sText)Create a new MDN -
Uses of AS2Message in com.helger.as2lib.util.dump
Methods in com.helger.as2lib.util.dump with parameters of type AS2Message Modifier and Type Method Description voidHTTPOutgoingDumperStreamBased. start(String sURL, AS2Message aMsg)default voidIHTTPOutgoingDumper. start(String sUrl, AS2Message aMsg)Called when a new outgoing connection is initiated.
-