All Known Implementing Classes:
AmqpSequence, AmqpValue, ApplicationProperties, Data, DeliveryAnnotations, Footer, Header, MessageAnnotations, Properties

public interface SectionIF
The Section interface.
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

    Modifier and Type
    Method
    Description
    void
    Accept method for a Section visitor.
    int
    Returns the predicted size of this SectionIF.
    Returns a value representation of this SectionIF.
  • Method Details

    • accept

      void accept(SectionVisitor visitor)
      Accept method for a Section visitor.
      Parameters:
      visitor - Section visitor
    • getPredictedSize

      int getPredictedSize()
      Returns the predicted size of this SectionIF. The predicted size may be greater than the actual size but it can never be less.
      Returns:
      predicted size
    • getValueString

      String getValueString()
      Returns a value representation of this SectionIF.
      Returns:
      value representation