org.apache.openejb.server.httpd
Class ServletListener

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

public class ServletListener
extends Object
implements HttpListener


Constructor Summary
ServletListener(javax.servlet.Servlet instance, String contextRoot)
           
 
Method Summary
 javax.servlet.Servlet 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

ServletListener

public ServletListener(javax.servlet.Servlet instance,
                       String contextRoot)
Method Detail

onMessage

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

getDelegate

public javax.servlet.Servlet getDelegate()


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