Class AMQP.Exchange
- java.lang.Object
-
- org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingClass
-
- org.ow2.joram.mom.amqp.marshalling.AMQP.Exchange
-
- Enclosing class:
- AMQP
public static class AMQP.Exchange extends AbstractMarshallingClass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAMQP.Exchange.DeclareThis method creates an exchange if it does not already exist, and if the exchange exists, verifies that it is of the correct and expected class.static classAMQP.Exchange.DeclareOkThis method confirms a Declare method and confirms the name of the exchange, essential for automatically-named exchanges.static classAMQP.Exchange.DeleteThis method deletes an exchange.static classAMQP.Exchange.DeleteOkThis method confirms the deletion of an exchange.
-
Field Summary
Fields Modifier and Type Field Description static intINDEXstatic String[]methodnamesstatic int[]mids
-
Constructor Summary
Constructors Constructor Description Exchange()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodName(int id)private static intgetPosition(int id)StringtoString()-
Methods inherited from class org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingClass
read
-
-
-
-
Field Detail
-
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
-
mids
public static final int[] mids
-
methodnames
public static final String[] methodnames
-
-
Method Detail
-
getPosition
private static int getPosition(int id)
-
getMethodName
public String getMethodName(int id)
- Specified by:
getMethodNamein classAbstractMarshallingClass
-
-