Interface BasicMethodVisitor
-
- All Known Implementing Classes:
BasicMethodVisitorAdapter
public interface BasicMethodVisitor
The Basic method visitor.- 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(Ack impl)
Visitor method for a Ack type object.void
visit(Cancel impl)
Visitor method for a Cancel type object.void
visit(CancelOk impl)
Visitor method for a CancelOk type object.void
visit(Consume impl)
Visitor method for a Consume type object.void
visit(ConsumeOk impl)
Visitor method for a ConsumeOk type object.void
visit(Deliver impl)
Visitor method for a Deliver type object.void
visit(Get impl)
Visitor method for a Get type object.void
visit(GetEmpty impl)
Visitor method for a GetEmpty type object.void
visit(GetOk impl)
Visitor method for a GetOk type object.void
visit(Nack impl)
Visitor method for a Nack type object.void
visit(Publish impl)
Visitor method for a Publish type object.void
visit(Qos impl)
Visitor method for a Qos type object.void
visit(QosOk impl)
Visitor method for a QosOk type object.void
visit(Recover impl)
Visitor method for a Recover type object.void
visit(RecoverAsync impl)
Visitor method for a RecoverAsync type object.void
visit(RecoverOk impl)
Visitor method for a RecoverOk type object.void
visit(Reject impl)
Visitor method for a Reject type object.void
visit(Return impl)
Visitor method for a Return type object.
-
-
-
Method Detail
-
visit
void visit(Qos impl)
Visitor method for a Qos type object.- Parameters:
impl
- a Qos type object
-
visit
void visit(QosOk impl)
Visitor method for a QosOk type object.- Parameters:
impl
- a QosOk type object
-
visit
void visit(Consume impl)
Visitor method for a Consume type object.- Parameters:
impl
- a Consume type object
-
visit
void visit(ConsumeOk impl)
Visitor method for a ConsumeOk type object.- Parameters:
impl
- a ConsumeOk type object
-
visit
void visit(Cancel impl)
Visitor method for a Cancel type object.- Parameters:
impl
- a Cancel type object
-
visit
void visit(CancelOk impl)
Visitor method for a CancelOk type object.- Parameters:
impl
- a CancelOk type object
-
visit
void visit(Publish impl)
Visitor method for a Publish type object.- Parameters:
impl
- a Publish type object
-
visit
void visit(Return impl)
Visitor method for a Return type object.- Parameters:
impl
- a Return type object
-
visit
void visit(Deliver impl)
Visitor method for a Deliver type object.- Parameters:
impl
- a Deliver type object
-
visit
void visit(Get impl)
Visitor method for a Get type object.- Parameters:
impl
- a Get type object
-
visit
void visit(GetOk impl)
Visitor method for a GetOk type object.- Parameters:
impl
- a GetOk type object
-
visit
void visit(GetEmpty impl)
Visitor method for a GetEmpty type object.- Parameters:
impl
- a GetEmpty type object
-
visit
void visit(Ack impl)
Visitor method for a Ack type object.- Parameters:
impl
- a Ack type object
-
visit
void visit(Reject impl)
Visitor method for a Reject type object.- Parameters:
impl
- a Reject type object
-
visit
void visit(RecoverAsync impl)
Visitor method for a RecoverAsync type object.- Parameters:
impl
- a RecoverAsync type object
-
visit
void visit(Recover impl)
Visitor method for a Recover type object.- Parameters:
impl
- a Recover type object
-
visit
void visit(RecoverOk impl)
Visitor method for a RecoverOk type object.- Parameters:
impl
- a RecoverOk type object
-
visit
void visit(Nack impl)
Visitor method for a Nack type object.- Parameters:
impl
- a Nack type object
-
-