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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageCloseBody
 class MessageCloseBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageCloseBody
 MessageCloseBody MethodRegistry_0_9.createMessageCloseBody(byte[] reference)
           
 

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



Licensed to the Apache Software Foundation