Uses of Interface
org.apache.qpid.framing.MessageEmptyBody

Packages that use MessageEmptyBody
org.apache.qpid.framing.amqp_0_9   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageEmptyBody
 class MessageEmptyBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageEmptyBody
 MessageEmptyBody MethodRegistry_0_9.createMessageEmptyBody()
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type MessageEmptyBody
 boolean ClientMethodDispatcher_0_9.dispatchMessageEmpty(MessageEmptyBody body, int channelId)
           
 boolean ServerMethodDispatcher_0_9.dispatchMessageEmpty(MessageEmptyBody body, int channelId)
           
 



Licensed to the Apache Software Foundation