Class ChannelMethodVisitorAdapter

  • All Implemented Interfaces:
    ChannelMethodVisitor

    public class ChannelMethodVisitorAdapter
    extends java.lang.Object
    implements 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visit​(Close impl)
      Visitor method for a Close type object.
      void visit​(CloseOk impl)
      Visitor method for a CloseOk type object.
      void visit​(Flow impl)
      Visitor method for a Flow type object.
      void visit​(FlowOk impl)
      Visitor method for a FlowOk type object.
      void visit​(Open impl)
      Visitor method for a Open type object.
      void visit​(OpenOk impl)
      Visitor method for a OpenOk type object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelMethodVisitorAdapter

        public ChannelMethodVisitorAdapter()
    • Method Detail

      • visit

        public void visit​(Open impl)
        Visitor method for a Open type object.
        Specified by:
        visit in interface ChannelMethodVisitor
        Parameters:
        impl - a Open type object
      • visit

        public void visit​(OpenOk impl)
        Visitor method for a OpenOk type object.
        Specified by:
        visit in interface ChannelMethodVisitor
        Parameters:
        impl - a OpenOk type object
      • visit

        public void visit​(Flow impl)
        Visitor method for a Flow type object.
        Specified by:
        visit in interface ChannelMethodVisitor
        Parameters:
        impl - a Flow type object
      • visit

        public void visit​(FlowOk impl)
        Visitor method for a FlowOk type object.
        Specified by:
        visit in interface ChannelMethodVisitor
        Parameters:
        impl - a FlowOk type object
      • visit

        public void visit​(Close impl)
        Visitor method for a Close type object.
        Specified by:
        visit in interface ChannelMethodVisitor
        Parameters:
        impl - a Close type object
      • visit

        public void visit​(CloseOk impl)
        Visitor method for a CloseOk type object.
        Specified by:
        visit in interface ChannelMethodVisitor
        Parameters:
        impl - a CloseOk type object