Package com.helger.phase4.dump
Interface AS4RawResponseConsumerWriteToFile.IFileProvider
- Enclosing class:
- AS4RawResponseConsumerWriteToFile
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface to create a file based on the provided metadata.
- Since:
- 0.10.2
- Author:
- Philip Helger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateFile(String sAS4MessageID) Get theFileto write the raw response to.static StringgetFilename(String sAS4MessageID)
-
Field Details
-
DEFAULT_FILE_EXTENSION
The default file extension to be used- See Also:
-
-
Method Details