AS2MessageStatusReverser

public class AS2MessageStatusReverser

Reverse message status for message redownload and resend

Author:franz

Methods

updateToDownload

public void updateToDownload(String messageId)

Reverse INBOX message status back to PROCESSED. Hence, the message can be downloaded again.

Parameters:
  • messageId
    • MessageId to query inbox message
Throws:

updateToSend

public MessageDVO updateToSend(String messageId)

Reverse OUTBOX message status back to PENDING. Hence, the message can be resent again.

Parameters:
  • messageId
    • Message Id of the message to be resent
Throws:
Returns:

MessageDVO of the message to be resent