Class AS4OutgoingDumperFileBased

All Implemented Interfaces:
com.helger.commons.traits.IGenericImplTrait<AS4OutgoingDumperFileBased>, IAS4OutgoingDumper

public class AS4OutgoingDumperFileBased extends AbstractAS4OutgoingDumperWithHeaders<AS4OutgoingDumperFileBased>
File based implementation of IAS4OutgoingDumper.
Since:
0.9.3
Author:
Philip Helger
  • Field Details

    • DEFAULT_BASE_PATH

      public static final String DEFAULT_BASE_PATH
      The default relative path for outgoing messages.
      See Also:
  • Constructor Details

    • AS4OutgoingDumperFileBased

      public AS4OutgoingDumperFileBased()
      Default constructor. Writes the files to the AS4 configured data path + DEFAULT_BASE_PATH.
      See Also:
    • AS4OutgoingDumperFileBased

      public AS4OutgoingDumperFileBased(@Nonnull IAS4OutgoingDumperFileProvider aFileProvider)
      Constructor with a custom file provider.
      Parameters:
      aFileProvider - The file provider that defines where to store the files. May not be null.
  • Method Details