Namespace: OpenEdge.Net.HTTP.Filter.Writer
Type: Class EntityWriterRegistry
Parent Classes:
Inherits: OpenEdge.Net.HTTP.BuilderRegistry


Copyright (c) 2015, 2018, 2022 by Progress Software Corporation. All rights reserved.
File:EntityWriterRegistry
Purpose:Contains mappings for content-types and message writers used to
populate a message's (request/response/part) entity
Author(s):pjudge
Created:Wed Jul 01 14:50:44 EDT 2015
Notes:- An EntityWriter is used by the ABL HTTP client to convert body data
recieved from the remote server into an a 'strongly typed object',
that will become the HttpResponse's Entity.
- An EntityWriter can be used by a WebHandler to convert the request body
data into a 'strongly typed object', used by the WebRequest.
The WebRequest's GetTypedEntity() method will do this conversion.
Purpose: Registry for mapping build types to their implementations



Method Summary
  Options Name Purpose
  InitializeRegistry (BuilderRegistry) /** Adds initial values into the registry @param BuilderRegistry The registry to populate */

Property Summary
  Options Name Purpose
  OpenEdge.Net.HTTP.BuilderRegistry Registry


Method Detail
Top

InitializeRegistry (BuilderRegistry)

Purpose: Adds initial values into the registry
Parameters:
poRegistry OpenEdge.Net.HTTP.BuilderRegistry
 


Property Detail
Top

OpenEdge.Net.HTTP.BuilderRegistry Registry

Returns OpenEdge.Net.HTTP.BuilderRegistry