org.openejb.server.httpd
Class HttpListenerRegistry

java.lang.Object
  extended by org.openejb.server.httpd.HttpListenerRegistry
All Implemented Interfaces:
HttpListener

public class HttpListenerRegistry
extends java.lang.Object
implements HttpListener

Version:
$Revision$ $Date$

Constructor Summary
HttpListenerRegistry()
           
 
Method Summary
 void addHttpListener(HttpListener listener, java.lang.String regex)
           
 void onMessage(HttpRequest request, HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpListenerRegistry

public HttpListenerRegistry()
Method Detail

onMessage

public void onMessage(HttpRequest request,
                      HttpResponse response)
               throws java.lang.Exception
Specified by:
onMessage in interface HttpListener
Throws:
java.lang.Exception

addHttpListener

public void addHttpListener(HttpListener listener,
                            java.lang.String regex)


Copyright © 1999-2011 OpenEJB. All Rights Reserved.