Package com.helger.phase4.servlet.dump
Class AS4RawResponseConsumerWriteToFile
java.lang.Object
com.helger.phase4.client.AbstractAS4RawResponseConsumer<AS4RawResponseConsumerWriteToFile>
com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile
com.helger.phase4.servlet.dump.AS4RawResponseConsumerWriteToFile
- All Implemented Interfaces:
com.helger.commons.traits.IGenericImplTrait<AS4RawResponseConsumerWriteToFile>,IAS4RawResponseConsumer
@Deprecated
public class AS4RawResponseConsumerWriteToFile
extends AS4RawResponseConsumerWriteToFile
Deprecated.
Example implementation of
IAS4RawResponseConsumer writing to a file.
Deprecated version. Use the one in package
com.helger.phase4.dump.- Author:
- Philip Helger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated. -
Field Summary
Fields inherited from class com.helger.phase4.client.AbstractAS4RawResponseConsumer
DEFAULT_HANDLE_HTTP_HEADERS, DEFAULT_HANDLE_STATUS_LINE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructor.Deprecated.Constructor with a custom file provider. -
Method Summary
Modifier and TypeMethodDescriptioncreateForDirectory(File aBaseDirectory) Deprecated.Create a new instance for the provided directory.Methods inherited from class com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile
getFileOpenCallback, handleResponse, setFileOpenCallbackMethods inherited from class com.helger.phase4.client.AbstractAS4RawResponseConsumer
isHandleHttpHeaders, isHandleStatusLine, setHandleHttpHeaders, setHandleStatusLine, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.phase4.client.IAS4RawResponseConsumer
andMethods inherited from interface com.helger.commons.traits.IGenericImplTrait
thisAsT
-
Constructor Details
-
AS4RawResponseConsumerWriteToFile
public AS4RawResponseConsumerWriteToFile()Deprecated.Default constructor. Writes the files to the AS4 configured data path +AS4OutgoingDumperFileBased.DEFAULT_BASE_PATH.- See Also:
-
AS4RawResponseConsumerWriteToFile
public AS4RawResponseConsumerWriteToFile(@Nonnull AS4RawResponseConsumerWriteToFile.IFileProvider aFileProvider) Deprecated.Constructor with a custom file provider.- Parameters:
aFileProvider- The file provider to be used. May not benull.- Since:
- 0.10.2
-
-
Method Details
-
createForDirectory
@Nonnull public static AS4RawResponseConsumerWriteToFile createForDirectory(@Nonnull File aBaseDirectory) Deprecated.Create a new instance for the provided directory.- Parameters:
aBaseDirectory- The absolute directory to be used. May not benull.- Returns:
- The created instance. Never
null. - Since:
- 0.10.2
-
com.helger.phase4.dump