org.openejb.server.httpd
Class ServerServiceAdapter

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

public class ServerServiceAdapter
extends java.lang.Object
implements HttpListener

Version:
$Revision$ $Date$

Constructor Summary
ServerServiceAdapter(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(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-2011 OpenEJB. All Rights Reserved.