Namespace: OpenEdge.Web.DataObject
Type: Class ProcedureOperationHandler
Parent Classes:
Inherits: OpenEdge.Web.DataObject.OperationHandler


/* *************************************************************************************************************************
Copyright (c) 2016-2019, 2021-2022 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:ProcedureOperationHandler
Purpose:Delegate for mapped procedure operations for the DOH
Author(s):pjudge
Created:Fri May 20 12:15:00 EDT 2016
/* Default constructor



Method Summary
  Options Name Purpose
  INTEGER Execute (IWebRequest, Object, IHttpResponse, DataObjectService, MappedOperation, Object) /* Executes the operation. @param IWebRequest The request that resulting in the exception @param P.L.Object The message body of the incoming request. Typically will be transformed from bytes into something useful; may also have an envelope removed. @param IHttpResponse The current response object, if any @param DataObjectService The service being operated on @param MappedOperation The mapped operation @param P.L.Object The business entity (business logic service) @return integer A non-null status code use to deal with errors */

Constructor Summary
  Options Name Purpose
  ProcedureOperationHandler () /* Default constructor */

Method Detail
Top

INTEGER Execute (IWebRequest, Object, IHttpResponse, DataObjectService, MappedOperation, Object)

/* Executes the operation.
will be transformed from bytes into something useful; may also have an envelope removed.
Parameters:
poRequest OpenEdge.Web.IWebRequest
 
poMessageBody Progress.Lang.Object
 
poResponse OpenEdge.Net.HTTP.IHttpResponse
 
pService OpenEdge.Web.DataObject.DataObjectService
 
poOperation OpenEdge.Web.DataObject.MappedOperation
 
poEntity Progress.Lang.Object
 
Returns INTEGER
  integer A non-null status code use to deal with errors


Constructor Detail
Top

ProcedureOperationHandler ()

/* Default constructor