Class QueueMethodVisitorAdapter
- java.lang.Object
-
- com.swiftmq.amqp.v091.generated.queue.QueueMethodVisitorAdapter
-
- All Implemented Interfaces:
QueueMethodVisitor
public class QueueMethodVisitorAdapter extends java.lang.Object implements QueueMethodVisitor
The Queue method visitor adapter.- Version:
- AMQP Version 091. Generation Date: Thu Apr 12 12:18:24 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
-
Constructor Summary
Constructors Constructor Description QueueMethodVisitorAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(Bind impl)
Visitor method for a Bind type object.void
visit(BindOk impl)
Visitor method for a BindOk type object.void
visit(Declare impl)
Visitor method for a Declare type object.void
visit(DeclareOk impl)
Visitor method for a DeclareOk type object.void
visit(Delete impl)
Visitor method for a Delete type object.void
visit(DeleteOk impl)
Visitor method for a DeleteOk type object.void
visit(Purge impl)
Visitor method for a Purge type object.void
visit(PurgeOk impl)
Visitor method for a PurgeOk type object.void
visit(Unbind impl)
Visitor method for a Unbind type object.void
visit(UnbindOk impl)
Visitor method for a UnbindOk type object.
-
-
-
Method Detail
-
visit
public void visit(Declare impl)
Visitor method for a Declare type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a Declare type object
-
visit
public void visit(DeclareOk impl)
Visitor method for a DeclareOk type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a DeclareOk type object
-
visit
public void visit(Bind impl)
Visitor method for a Bind type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a Bind type object
-
visit
public void visit(BindOk impl)
Visitor method for a BindOk type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a BindOk type object
-
visit
public void visit(Unbind impl)
Visitor method for a Unbind type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a Unbind type object
-
visit
public void visit(UnbindOk impl)
Visitor method for a UnbindOk type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a UnbindOk type object
-
visit
public void visit(Purge impl)
Visitor method for a Purge type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a Purge type object
-
visit
public void visit(PurgeOk impl)
Visitor method for a PurgeOk type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a PurgeOk type object
-
visit
public void visit(Delete impl)
Visitor method for a Delete type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a Delete type object
-
visit
public void visit(DeleteOk impl)
Visitor method for a DeleteOk type object.- Specified by:
visit
in interfaceQueueMethodVisitor
- Parameters:
impl
- a DeleteOk type object
-
-