Class ChannelMethodVisitorAdapter
java.lang.Object
com.swiftmq.amqp.v091.generated.channel.ChannelMethodVisitorAdapter
- All Implemented Interfaces:
ChannelMethodVisitor
The Channel 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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
Visitor method for a Close type object.void
Visitor method for a CloseOk type object.void
Visitor method for a Flow type object.void
Visitor method for a FlowOk type object.void
Visitor method for a Open type object.void
Visitor method for a OpenOk type object.
-
Constructor Details
-
ChannelMethodVisitorAdapter
public ChannelMethodVisitorAdapter()
-
-
Method Details
-
visit
Visitor method for a Open type object.- Specified by:
visit
in interfaceChannelMethodVisitor
- Parameters:
impl
- a Open type object
-
visit
Visitor method for a OpenOk type object.- Specified by:
visit
in interfaceChannelMethodVisitor
- Parameters:
impl
- a OpenOk type object
-
visit
Visitor method for a Flow type object.- Specified by:
visit
in interfaceChannelMethodVisitor
- Parameters:
impl
- a Flow type object
-
visit
Visitor method for a FlowOk type object.- Specified by:
visit
in interfaceChannelMethodVisitor
- Parameters:
impl
- a FlowOk type object
-
visit
Visitor method for a Close type object.- Specified by:
visit
in interfaceChannelMethodVisitor
- Parameters:
impl
- a Close type object
-
visit
Visitor method for a CloseOk type object.- Specified by:
visit
in interfaceChannelMethodVisitor
- Parameters:
impl
- a CloseOk type object
-