Class AMQP.Queue.Unbind
- java.lang.Object
-
- org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingMethod
-
- org.ow2.joram.mom.amqp.marshalling.AMQP.Queue.Unbind
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AMQP.Queue
public static class AMQP.Queue.Unbind extends AbstractMarshallingMethod
This method unbinds a queue from an exchange.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description MapargumentsSpecifies the arguments of the binding to unbind.StringexchangeThe name of the exchange to unbind from.static intINDEXStringqueueSpecifies the name of the queue to unbind.intreserved1StringroutingKeySpecifies the routing key of the binding to unbind.private static longserialVersionUID-
Fields inherited from class org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingMethod
channelNumber
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClassId()StringgetClassName()intgetMethodId()StringgetMethodName()voidreadFrom(AMQPInputStream in)StringtoString()voidwriteTo(AMQPOutputStream out)-
Methods inherited from class org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingMethod
read, toFrame
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
reserved1
public int reserved1
-
queue
public String queue
Specifies the name of the queue to unbind.
-
exchange
public String exchange
The name of the exchange to unbind from.
-
routingKey
public String routingKey
Specifies the routing key of the binding to unbind.
-
arguments
public Map arguments
Specifies the arguments of the binding to unbind.
-
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMethodId
public int getMethodId()
- Specified by:
getMethodIdin classAbstractMarshallingMethod
-
getMethodName
public String getMethodName()
- Specified by:
getMethodNamein classAbstractMarshallingMethod
-
getClassId
public int getClassId()
- Specified by:
getClassIdin classAbstractMarshallingMethod
-
getClassName
public String getClassName()
- Specified by:
getClassNamein classAbstractMarshallingMethod
-
readFrom
public void readFrom(AMQPInputStream in) throws IOException, SyntaxErrorException
- Specified by:
readFromin classAbstractMarshallingMethod- Throws:
IOExceptionSyntaxErrorException
-
writeTo
public void writeTo(AMQPOutputStream out) throws IOException
- Specified by:
writeToin classAbstractMarshallingMethod- Throws:
IOException
-
-