Class AS4OutgoingDumperFileBased

All Implemented Interfaces:
IAS4OutgoingDumper

@Deprecated public class AS4OutgoingDumperFileBased extends AS4OutgoingDumperFileBased
Deprecated.
In v1.3.0 - use the class in package com.helger.phase4.dump
File based implementation of IAS4OutgoingDumper. Deprecated version. Use the one in package com.helger.phase4.dump.
Since:
0.9.3
Author:
Philip Helger
  • Constructor Details

  • Method Details

    • createForDirectory

      @Nonnull public static AS4OutgoingDumperFileBased createForDirectory(@Nonnull File aBaseDirectory)
      Deprecated.
      Create a new instance for the provided directory.
      Parameters:
      aBaseDirectory - The absolute directory to be used. May not be null.
      Returns:
      The created dumper. Never null.
      Since:
      0.10.2