org.apache.qpid.framing
Class AMQTypeMap

java.lang.Object
  extended by org.apache.qpid.framing.AMQTypeMap

public class AMQTypeMap
extends Object


Field Summary
static Map<Byte,AMQType> _reverseTypeMap
           
 
Constructor Summary
AMQTypeMap()
           
 
Method Summary
static AMQType getType(Byte identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_reverseTypeMap

public static final Map<Byte,AMQType> _reverseTypeMap
Constructor Detail

AMQTypeMap

public AMQTypeMap()
Method Detail

getType

public static AMQType getType(Byte identifier)


Licensed to the Apache Software Foundation