org.apache.openejb.server.httpd
Interface HttpListener

All Known Implementing Classes:
HttpListenerRegistry, 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 java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1999-2009 The Apache OpenEJB development community. All Rights Reserved.