Package com.helger.phase4.servlet.dump
Class AS4OutgoingDumperFileBased
java.lang.Object
com.helger.phase4.dump.AbstractAS4OutgoingDumperWithHeaders
com.helger.phase4.dump.AS4OutgoingDumperFileBased
com.helger.phase4.servlet.dump.AS4OutgoingDumperFileBased
- All Implemented Interfaces:
IAS4OutgoingDumper
Deprecated.
File based implementation of
IAS4OutgoingDumper. Deprecated version.
Use the one in package com.helger.phase4.dump.- Since:
- 0.9.3
- Author:
- Philip Helger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated. -
Field Summary
Fields inherited from class com.helger.phase4.dump.AS4OutgoingDumperFileBased
DEFAULT_BASE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructor.Deprecated.Constructor with a custom file provider. -
Method Summary
Modifier and TypeMethodDescriptionstatic AS4OutgoingDumperFileBasedcreateForDirectory(File aBaseDirectory) Deprecated.Create a new instance for the provided directory.Methods inherited from class com.helger.phase4.dump.AS4OutgoingDumperFileBased
openOutputStreamMethods inherited from class com.helger.phase4.dump.AbstractAS4OutgoingDumperWithHeaders
onBeginRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.helger.phase4.dump.IAS4OutgoingDumper
onEndRequest
-
Constructor Details
-
AS4OutgoingDumperFileBased
public AS4OutgoingDumperFileBased()Deprecated.Default constructor. Writes the files to the AS4 configured data path +AS4OutgoingDumperFileBased.DEFAULT_BASE_PATH.- See Also:
-
AS4OutgoingDumperFileBased
Deprecated.Constructor with a custom file provider.- Parameters:
aFileProvider- The file provider that defines where to store the files. May not benull.
-
-
Method Details
-
createForDirectory
Deprecated.Create a new instance for the provided directory.- Parameters:
aBaseDirectory- The absolute directory to be used. May not benull.- Returns:
- The created dumper. Never
null. - Since:
- 0.10.2
-
com.helger.phase4.dump