Namespace: OpenEdge.Net.HTTP
Type: Class BuilderRegistry
Parent Classes:
Inherits: OpenEdge.Core.Util.BuilderRegistry


File:BuilderRegistry
Purpose:General registry for name/Progress.Lang.Class pairs used
by the various HTTP-related builders.
Author(s):pjudge
Created:Thu Feb 12 11:39:54 EST 2015
Notes:* this is technically a typed Map, but will be kept separate



Constructor Summary
  Options Name Purpose
  BuilderRegistry () /** Default constructor */
  BuilderRegistry (Class) /** Constructor @param Progress.Lang.Class The type that the registered value must conform to (via IsA() ). */

Constructor Detail
Top

BuilderRegistry ()

Purpose: Default constructor
Top

BuilderRegistry (Class)

Purpose: Constructor
(via IsA() ).
Parameters:
poValueType Progress.Lang.Class