Class FrameVisitorAdapter

  • All Implemented Interfaces:
    FrameVisitor
    Direct Known Subclasses:
    AMQPHandler

    public class FrameVisitorAdapter
    extends java.lang.Object
    implements FrameVisitor
    The Frame 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visit​(AttachFrame impl)
      Visitor method for a AttachFrame type object.
      void visit​(BeginFrame impl)
      Visitor method for a BeginFrame type object.
      void visit​(CloseFrame impl)
      Visitor method for a CloseFrame type object.
      void visit​(DetachFrame impl)
      Visitor method for a DetachFrame type object.
      void visit​(DispositionFrame impl)
      Visitor method for a DispositionFrame type object.
      void visit​(EndFrame impl)
      Visitor method for a EndFrame type object.
      void visit​(FlowFrame impl)
      Visitor method for a FlowFrame type object.
      void visit​(OpenFrame impl)
      Visitor method for a OpenFrame type object.
      void visit​(TransferFrame impl)
      Visitor method for a TransferFrame type object.
      void visit​(HeartbeatFrame impl)
      Visitor method for a HeartbeatFrame type object.
      • Methods inherited from class java.lang.Object

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

      • FrameVisitorAdapter

        public FrameVisitorAdapter()
    • Method Detail

      • visit

        public void visit​(OpenFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a OpenFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a OpenFrame type object
      • visit

        public void visit​(BeginFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a BeginFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a BeginFrame type object
      • visit

        public void visit​(AttachFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a AttachFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a AttachFrame type object
      • visit

        public void visit​(FlowFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a FlowFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a FlowFrame type object
      • visit

        public void visit​(TransferFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a TransferFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a TransferFrame type object
      • visit

        public void visit​(DispositionFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a DispositionFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a DispositionFrame type object
      • visit

        public void visit​(DetachFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a DetachFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a DetachFrame type object
      • visit

        public void visit​(EndFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a EndFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a EndFrame type object
      • visit

        public void visit​(CloseFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a CloseFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a CloseFrame type object
      • visit

        public void visit​(HeartbeatFrame impl)
        Description copied from interface: FrameVisitor
        Visitor method for a HeartbeatFrame type object.
        Specified by:
        visit in interface FrameVisitor
        Parameters:
        impl - a HeartbeatFrame type object