Arbotext Publishing Engine Programmer's Guide (《Arbortext Publishing Engine 程序员指南》) > The Arbortext Publishing Engine Sub-Process > Writing Arbortext PE 应用程序s in Java > Creating a Java Arbortext PE 应用程序 > The doPost Method
  
The doPost Method
The doPost method is called by the 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.