Configuring Arbortext Publishing Engine > Setting Configuration Parameters > Specifying a Request Handler
  
Specifying a Request Handler
A RequestHandler processes each incoming HTTP request and has a class attribute specifying its associated Java class and an id attribute specifying its name. Each RequestHandler can have an associated list of parameters, corresponding to the implementation of the com.arbortext.e3.E3RequestHandler interface.
To support routing of HTTP and SOAP requests meeting specified criteria, you may need to define a corresponding ClientFunction. You would define one in the AllowedFunctions section to permit an application call to it. Refer to Specifying the AllowedFunctions List for more information.