org.apache.openejb.server.httpd
Class ServerServiceAdapter

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

public class ServerServiceAdapter
extends java.lang.Object
implements HttpListener

Version:
$Revision: 450758 $ $Date: 2006-09-28 01:40:18 -0700 (Thu, 28 Sep 2006) $

Constructor Summary
ServerServiceAdapter(org.apache.openejb.server.ServerService service)
           
 
Method Summary
 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

ServerServiceAdapter

public ServerServiceAdapter(org.apache.openejb.server.ServerService service)
Method Detail

onMessage

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


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