org.openejb.server.httpd
Interface HttpListener

All Known Implementing Classes:
SoapHttpListener

public interface HttpListener


Method Summary
 void onMessage(HttpRequest req, HttpResponse res)
           
 

Method Detail

onMessage

public void onMessage(HttpRequest req,
                      HttpResponse res)
               throws IOException
Throws:
IOException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.