All Implemented Interfaces:
SectionIF

public class Footer extends Annotations implements SectionIF

The footer section is used for details about the message or delivery which can only be calculated or evaluated once the whole bare message has been constructed or seen (for example message hashes, HMACs, signatures and encryption details).

A registry of defined footers and their meanings is maintained [ AMQPFOOTER ].

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
  • Field Details

  • Constructor Details

    • Footer

      public Footer(Map initValue) throws IOException
      Constructs a Footer.
      Parameters:
      initValue - initial value
  • Method Details

    • accept

      public void accept(SectionVisitor visitor)
      Accept method for a Section visitor.
      Specified by:
      accept in interface SectionIF
      Parameters:
      visitor - Section visitor
    • hasDescriptor

      public boolean hasDescriptor()
      Return whether this Footer has a descriptor
      Overrides:
      hasDescriptor in class AMQPType
      Returns:
      true/false
    • writeContent

      public void writeContent(DataOutput out) throws IOException
      Description copied from class: AMQPType
      Write the content of this type to a DataOutput.
      Overrides:
      writeContent in class AMQPMap
      Parameters:
      out - DataOutput
      Throws:
      IOException - on error
    • toString

      public String toString()
      Overrides:
      toString in class Annotations