Interface FileBackedMessage

    • Method Detail

      • initialiseFrom

        void initialiseFrom​(java.io.File sourceObject)
                     throws java.io.IOException,
                            java.lang.RuntimeException
        Initialise this AdaptrisMessage from an existing object.
        Parameters:
        sourceObject - the source file to initialise from.
        Throws:
        java.io.IOException - wrapping any access error.
        java.lang.RuntimeException
      • currentSource

        java.io.File currentSource()
        Returns the current file that is the source of the message.
        Returns:
        the current source file.