Interface AttributeFactory


public interface AttributeFactory
Attribute factories are included with a set of DecodeOptions in order to allow application to control how Attribute instances are created when decoding requests and responses.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    newAttribute(AttributeDescription attributeDescription)
    Creates an attribute using the provided attribute description and no values.
  • Method Details

    • newAttribute

      Creates an attribute using the provided attribute description and no values.
      Parameters:
      attributeDescription - The attribute description.
      Returns:
      The new attribute.
      Throws:
      NullPointerException - If attributeDescription was null.