Class QueueMethodVisitorAdapter

  • All Implemented Interfaces:
    QueueMethodVisitor

    public class QueueMethodVisitorAdapter
    extends java.lang.Object
    implements QueueMethodVisitor
    The Queue 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​(Bind impl)
      Visitor method for a Bind type object.
      void visit​(BindOk impl)
      Visitor method for a BindOk type object.
      void visit​(Declare impl)
      Visitor method for a Declare type object.
      void visit​(DeclareOk impl)
      Visitor method for a DeclareOk type object.
      void visit​(Delete impl)
      Visitor method for a Delete type object.
      void visit​(DeleteOk impl)
      Visitor method for a DeleteOk type object.
      void visit​(Purge impl)
      Visitor method for a Purge type object.
      void visit​(PurgeOk impl)
      Visitor method for a PurgeOk type object.
      void visit​(Unbind impl)
      Visitor method for a Unbind type object.
      void visit​(UnbindOk impl)
      Visitor method for a UnbindOk type object.
      • Methods inherited from class java.lang.Object

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

      • QueueMethodVisitorAdapter

        public QueueMethodVisitorAdapter()
    • Method Detail

      • visit

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

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

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

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

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

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

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

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

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

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