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
Modifier and TypeMethodDescriptionvoid
Visitor method for a Ack type object.void
Visitor method for a Cancel type object.void
Visitor method for a CancelOk type object.void
Visitor method for a Consume type object.void
Visitor method for a ConsumeOk type object.void
Visitor method for a Deliver type object.void
Visitor method for a Get type object.void
Visitor method for a GetEmpty type object.void
Visitor method for a GetOk type object.void
Visitor method for a Nack type object.void
Visitor method for a Publish type object.void
Visitor method for a Qos type object.void
Visitor method for a QosOk type object.void
Visitor method for a Recover type object.void
visit
(RecoverAsync impl) Visitor method for a RecoverAsync type object.void
Visitor method for a RecoverOk type object.void
Visitor method for a Reject type object.void
Visitor method for a Return type object.
-
Method Details
-
visit
Visitor method for a Qos type object.- Parameters:
impl
- a Qos type object
-
visit
Visitor method for a QosOk type object.- Parameters:
impl
- a QosOk type object
-
visit
Visitor method for a Consume type object.- Parameters:
impl
- a Consume type object
-
visit
Visitor method for a ConsumeOk type object.- Parameters:
impl
- a ConsumeOk type object
-
visit
Visitor method for a Cancel type object.- Parameters:
impl
- a Cancel type object
-
visit
Visitor method for a CancelOk type object.- Parameters:
impl
- a CancelOk type object
-
visit
Visitor method for a Publish type object.- Parameters:
impl
- a Publish type object
-
visit
Visitor method for a Return type object.- Parameters:
impl
- a Return type object
-
visit
Visitor method for a Deliver type object.- Parameters:
impl
- a Deliver type object
-
visit
Visitor method for a Get type object.- Parameters:
impl
- a Get type object
-
visit
Visitor method for a GetOk type object.- Parameters:
impl
- a GetOk type object
-
visit
Visitor method for a GetEmpty type object.- Parameters:
impl
- a GetEmpty type object
-
visit
Visitor method for a Ack type object.- Parameters:
impl
- a Ack type object
-
visit
Visitor method for a Reject type object.- Parameters:
impl
- a Reject type object
-
visit
Visitor method for a RecoverAsync type object.- Parameters:
impl
- a RecoverAsync type object
-
visit
Visitor method for a Recover type object.- Parameters:
impl
- a Recover type object
-
visit
Visitor method for a RecoverOk type object.- Parameters:
impl
- a RecoverOk type object
-
visit
Visitor method for a Nack type object.- Parameters:
impl
- a Nack type object
-