| 
   | 
  
    #
    
    
   | 
  
    
         LONGCHAR  ExecuteAbl (longchar)
    
   | 
  
     Generates an ABL procedure and executes it     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         LONGCHAR  ExecuteProcedure (character)
    
   | 
  
     Executes an ABL procedure     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           HandleError (Error, IHttpResponse)
    
   | 
  
     Handels an error. The error is written into the logfile and returned
         to the client in the body.    Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         INTEGER  HandleNotAllowedMethod (IWebRequest)
    
   | 
  
     Handler for unsupported methods. The request being serviced and
         an optional status code is returned. A zero or null value means
         this method will deal with all errors.    Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         INTEGER  HandleNotImplemented (IWebRequest)
    
   | 
  
     Handler for unknown methods. The request being serviced and an
         optional status code is returned. A zero or null value means
         this method will deal with all errors.    Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         INTEGER  HandlePost (IWebRequest)
    
   | 
  
     Default handler for the HTTP POST method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           LogRequestDetail (IWebRequest)
    
   | 
  
     Logs details about the current web handler request    Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           LogRequestEnd (IWebRequest, IHttpResponse)
    
   | 
  
     Logs details about the end of current web handler request    Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           WriteResponse (IHttpResponse)
    
   | 
  
     Writes the HttpResponse to the stream    Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler 
   |