Class AS4IncomingDumperFileBased

All Implemented Interfaces:
com.helger.base.trait.IGenericImplTrait<AS4IncomingDumperFileBased>, IAS4IncomingDumper

public class AS4IncomingDumperFileBased extends AbstractAS4IncomingDumperWithHeaders<AS4IncomingDumperFileBased>
Simple file based version of IAS4IncomingDumper.
Since:
0.9.3
Author:
Philip Helger
  • Field Details

    • DEFAULT_BASE_PATH

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

    • AS4IncomingDumperFileBased

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

      public AS4IncomingDumperFileBased(@NonNull IAS4IncomingDumperFileProvider 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