Package com.helger.phase4.servlet.dump
Class AS4IncomingDumperFileBased
java.lang.Object
com.helger.phase4.dump.AbstractAS4IncomingDumperWithHeaders
com.helger.phase4.dump.AS4IncomingDumperFileBased
com.helger.phase4.servlet.dump.AS4IncomingDumperFileBased
- All Implemented Interfaces:
IAS4IncomingDumper
Deprecated.
Simple file based version of
IAS4IncomingDumper. 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.AS4IncomingDumperFileBased
DEFAULT_BASE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructor.Deprecated.Constructor with a custom file provider. -
Method Summary
Modifier and TypeMethodDescriptionstatic AS4IncomingDumperFileBasedcreateForDirectory(File aBaseDirectory) Deprecated.Create a new instance for the provided directory.Methods inherited from class com.helger.phase4.dump.AS4IncomingDumperFileBased
openOutputStreamMethods inherited from class com.helger.phase4.dump.AbstractAS4IncomingDumperWithHeaders
onNewRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.helger.phase4.dump.IAS4IncomingDumper
onEndRequest
-
Constructor Details
-
AS4IncomingDumperFileBased
public AS4IncomingDumperFileBased()Deprecated.Default constructor. Writes the files to the AS4 configured data path +AS4IncomingDumperFileBased.DEFAULT_BASE_PATH.- See Also:
-
AS4IncomingDumperFileBased
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