Uses of Class
org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
-
Packages that use QueueBindBody Package Description org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of QueueBindBody in org.apache.qpid.server.protocol.v0_8.transport
Methods in org.apache.qpid.server.protocol.v0_8.transport that return QueueBindBody Modifier and Type Method Description QueueBindBodyMethodRegistry. createQueueBindBody(int ticket, java.lang.String queue, java.lang.String exchange, java.lang.String routingKey, boolean nowait, java.util.Map<java.lang.String,java.lang.Object> arguments)Methods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type QueueBindBody Modifier and Type Method Description booleanServerMethodDispatcher. dispatchQueueBind(QueueBindBody body, int channelId)
-