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.

@FunctionalInterface public static interface AS4RawResponseConsumerWriteToFile.IFileProvider
Callback interface to create a file based on the provided metadata.
Since:
0.10.2
Author:
Philip Helger
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default file extension to be used
  • Method Summary

    Modifier and Type
    Method
    Description
    createFile(String sAS4MessageID)
    Get the File to write the raw response to.
    static String
    getFilename(String sAS4MessageID)