org.apache.openejb.server.httpd
Class OpenEJBHttpRegistry.ClassLoaderHttpListener

java.lang.Object
  extended by org.apache.openejb.server.httpd.OpenEJBHttpRegistry.ClassLoaderHttpListener
All Implemented Interfaces:
HttpListener
Enclosing class:
OpenEJBHttpRegistry

protected static class OpenEJBHttpRegistry.ClassLoaderHttpListener
extends Object
implements HttpListener


Constructor Summary
protected OpenEJBHttpRegistry.ClassLoaderHttpListener(HttpListener delegate, ClassLoader classLoader)
           
 
Method Summary
 HttpListener getDelegate()
           
 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

OpenEJBHttpRegistry.ClassLoaderHttpListener

protected OpenEJBHttpRegistry.ClassLoaderHttpListener(HttpListener delegate,
                                                      ClassLoader classLoader)
Method Detail

onMessage

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

getDelegate

public HttpListener getDelegate()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.