Class MethodReader


  • public class MethodReader
    extends java.lang.Object
    Factory class that creates AMQP methods out of an input stream.
    Version:
    AMQP Version 091. Generation Date: Thu Apr 12 12:18:24 CEST 2012
    Author:
    IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodReader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Method createMethod​(java.io.DataInput in)  
      • Methods inherited from class java.lang.Object

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

      • MethodReader

        public MethodReader()
    • Method Detail

      • createMethod

        public static Method createMethod​(java.io.DataInput in)
                                   throws java.io.IOException
        Throws:
        java.io.IOException