Package org.jpos.util

Class Dumpable

    • Constructor Summary

      Constructors 
      Constructor Description
      Dumpable​(java.lang.String name, byte[] payload)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.PrintStream p, java.lang.String indent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dumpable

        public Dumpable​(java.lang.String name,
                        byte[] payload)
    • Method Detail

      • dump

        public void dump​(java.io.PrintStream p,
                         java.lang.String indent)
        Specified by:
        dump in interface Loggeable