package org.jboss.pitbull.server.spi; /** * Registerable handler that handles execution of HTTP requests. * * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a> * @version $Revision: 1 $ */ public interface RequestHandler { }