Class XmlDataExporter

  • All Implemented Interfaces:
    Action

    @Command(name="exp",
             description="Export all message-data using an XML that could be interpreted by any system.")
    public final class XmlDataExporter
    extends DBOption
    • Constructor Detail

      • XmlDataExporter

        public XmlDataExporter()
    • Method Detail

      • execute

        public java.lang.Object execute​(ActionContext context)
                                 throws java.lang.Exception
        Specified by:
        execute in interface Action
        Overrides:
        execute in class DBOption
        Throws:
        java.lang.Exception
      • process

        @Deprecated
        public void process​(java.io.OutputStream out,
                            java.lang.String bindingsDir,
                            java.lang.String journalDir,
                            java.lang.String pagingDir,
                            java.lang.String largeMessagesDir)
                     throws java.lang.Exception
        Deprecated.
        Use setConfiguration and process(out) instead.
        Parameters:
        out -
        bindingsDir -
        journalDir -
        pagingDir -
        largeMessagesDir -
        Throws:
        java.lang.Exception
      • process

        public void process​(java.io.OutputStream out)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • writeOutput

        protected void writeOutput​(java.io.OutputStream out)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception