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

Packages that use FilePublishBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_8_0   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FilePublishBody
 class FilePublishBodyImpl
           
 

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

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

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

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

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



Licensed to the Apache Software Foundation