org.apache.openejb.server.httpd
Interface HttpListener

All Known Implementing Classes:
BasicAuthHttpListenerWrapper, HttpListenerRegistry, OpenEJBHttpRegistry.ClassLoaderHttpListener, ServerServiceAdapter

public interface HttpListener

Version:
$Rev: 450758 $ $Date: 2006-09-28 01:40:18 -0700 (Thu, 28 Sep 2006) $

Method Summary
 void onMessage(HttpRequest request, HttpResponse response)
           
 

Method Detail

onMessage

void onMessage(HttpRequest request,
               HttpResponse response)
               throws Exception
Throws:
Exception


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.