Uses of Class
org.apache.qpid.framing.MethodRegistry

Packages that use MethodRegistry
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
org.apache.qpid.protocol   
 

Uses of MethodRegistry in org.apache.qpid.framing
 

Fields in org.apache.qpid.framing declared as MethodRegistry
static MethodRegistry MethodRegistry.registry_0_9
           
static MethodRegistry MethodRegistry.registry_0_91
           
static MethodRegistry MethodRegistry.registry_8_0
           
 

Methods in org.apache.qpid.framing that return MethodRegistry
static MethodRegistry MethodRegistry.getMethodRegistry(ProtocolVersion pv)
           
 

Uses of MethodRegistry in org.apache.qpid.framing.amqp_0_9
 

Subclasses of MethodRegistry in org.apache.qpid.framing.amqp_0_9
 class MethodRegistry_0_9
           
 

Uses of MethodRegistry in org.apache.qpid.framing.amqp_0_91
 

Subclasses of MethodRegistry in org.apache.qpid.framing.amqp_0_91
 class MethodRegistry_0_91
           
 

Uses of MethodRegistry in org.apache.qpid.framing.amqp_8_0
 

Subclasses of MethodRegistry in org.apache.qpid.framing.amqp_8_0
 class MethodRegistry_8_0
           
 

Uses of MethodRegistry in org.apache.qpid.protocol
 

Methods in org.apache.qpid.protocol that return MethodRegistry
 MethodRegistry AMQVersionAwareProtocolSession.getMethodRegistry()
          Gets the method registry for a specific version of the AMQP.
 



Licensed to the Apache Software Foundation