Arbortext Publishing Engine Programmer's Guide (Guide de programmeur d'Arbortext Publishing Engine) > The Arbortext Publishing Engine Sub-Process > Writing Application Arbortext PEs in Java > Creating a Java Application Arbortext PE > The doPost Method
  
The doPost Method
The doPost method is called by the Sous-processus Arbortext PE to handle an Arbortext Publishing Engine HTTP POST client request. Its request parameter is an object containing all available information about the HTTP request.
The doPost method builds an HTTP response by calling methods of the response object.