Progress.Web.IWebHandler interface

The Progress.Web.IWebHandler interface provides common functionality for classes designed to handle HTTP requests received by WebSpeed applications running on a Progress Application Server. This interface is implemented by OpenEdge.Web.WebHandler, but if you create your own handler class that does not extend OpenEdge.Web.WebHandler, your class must also implement this interface.

Classes that implement this interface are registered in the openedge.properties file of the application.

Public Properties

The interface has no public properties.

Public Methods