Interface IProcessorResenderModule

All Superinterfaces:
IDynamicComponent, IProcessorModule
All Known Implementing Classes:
AbstractActiveResenderModule, AbstractResenderModule, DirectoryResenderModule, ImmediateResenderModule, InMemoryResenderModule

public interface IProcessorResenderModule extends IProcessorModule
Base interface for a re-sender module.
Author:
OpenAS2, Philip Helger
  • Field Details

    • DO_RESEND

      static final String DO_RESEND
      Action to resend a real message
      See Also:
    • DO_RESENDMDN

      static final String DO_RESENDMDN
      Action to resend an MDN
      See Also:
    • OPTION_CAUSE

      static final String OPTION_CAUSE
      An AS2Exception representing the cause of the error
      See Also:
    • OPTION_INITIAL_SENDER

      static final String OPTION_INITIAL_SENDER
      The internal object representing the original sender
      See Also:
    • OPTION_RESEND_ACTION

      static final String OPTION_RESEND_ACTION
      The internal send action to be used for resending
      See Also:
    • OPTION_RETRIES

      static final String OPTION_RETRIES
      Defines the option to be set to define the number of retries.
      See Also:
    • DEFAULT_RETRIES

      static final int DEFAULT_RETRIES
      Default retries: 0. All values ≤ 0 mean: no retry
      See Also: