Arbotext Publishing Engine Programmer's Guide > The Arbortext Publishing Engine Sub-Process > Writing Aplicación Arbortext PEs in Java > Creating a Java Aplicación Arbortext PE > The doGet Method
  
The doGet Method
The doGet method is called by the Subproceso de Arbortext PE to handle an Arbortext Publishing Engine HTTP GET request. Its request parameter is an object containing all available information about the HTTP request.
The doGet method builds an HTTP response by calling methods of the response object.