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

Packages that use BasicPublishBody
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   
 

Uses of BasicPublishBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return BasicPublishBody
abstract  BasicPublishBody MethodRegistry.createBasicPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)
           
 

Methods in org.apache.qpid.framing with parameters of type BasicPublishBody
 boolean ServerMethodDispatcher.dispatchBasicPublish(BasicPublishBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicPublishBody
 class BasicPublishBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicPublishBody
 BasicPublishBody MethodRegistry_0_9.createBasicPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicPublishBody
 BasicPublishBody MethodRegistry_0_91.createBasicPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type BasicPublishBody
 boolean ServerMethodDispatcher_0_91.dispatchBasicPublish(BasicPublishBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicPublishBody
 BasicPublishBody MethodRegistry_8_0.createBasicPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type BasicPublishBody
 boolean ServerMethodDispatcher_8_0.dispatchBasicPublish(BasicPublishBody body, int channelId)
           
 



Licensed to the Apache Software Foundation