Class SaslFrameVisitorAdapter
java.lang.Object
com.swiftmq.amqp.v100.generated.security.sasl.SaslFrameVisitorAdapter
- All Implemented Interfaces:
SaslFrameVisitor
The SaslFrame visitor adapter.
- Version:
- AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(SaslChallengeFrame impl) Visitor method for a SaslChallengeFrame type object.void
visit
(SaslInitFrame impl) Visitor method for a SaslInitFrame type object.void
visit
(SaslMechanismsFrame impl) Visitor method for a SaslMechanismsFrame type object.void
visit
(SaslOutcomeFrame impl) Visitor method for a SaslOutcomeFrame type object.void
visit
(SaslResponseFrame impl) Visitor method for a SaslResponseFrame type object.void
visit
(HeartbeatFrame impl) Visitor method for a HeartbeatFrame type object.
-
Constructor Details
-
SaslFrameVisitorAdapter
public SaslFrameVisitorAdapter()
-
-
Method Details
-
visit
Description copied from interface:SaslFrameVisitor
Visitor method for a SaslMechanismsFrame type object.- Specified by:
visit
in interfaceSaslFrameVisitor
- Parameters:
impl
- a SaslMechanismsFrame type object
-
visit
Description copied from interface:SaslFrameVisitor
Visitor method for a SaslInitFrame type object.- Specified by:
visit
in interfaceSaslFrameVisitor
- Parameters:
impl
- a SaslInitFrame type object
-
visit
Description copied from interface:SaslFrameVisitor
Visitor method for a SaslChallengeFrame type object.- Specified by:
visit
in interfaceSaslFrameVisitor
- Parameters:
impl
- a SaslChallengeFrame type object
-
visit
Description copied from interface:SaslFrameVisitor
Visitor method for a SaslResponseFrame type object.- Specified by:
visit
in interfaceSaslFrameVisitor
- Parameters:
impl
- a SaslResponseFrame type object
-
visit
Description copied from interface:SaslFrameVisitor
Visitor method for a SaslOutcomeFrame type object.- Specified by:
visit
in interfaceSaslFrameVisitor
- Parameters:
impl
- a SaslOutcomeFrame type object
-
visit
Description copied from interface:SaslFrameVisitor
Visitor method for a HeartbeatFrame type object.- Specified by:
visit
in interfaceSaslFrameVisitor
- Parameters:
impl
- a HeartbeatFrame type object
-