org.apache.openejb.server.webservices
Class BasicAuthHttpListenerWrapper

java.lang.Object
  extended by org.apache.openejb.server.webservices.BasicAuthHttpListenerWrapper
All Implemented Interfaces:
HttpListener

public class BasicAuthHttpListenerWrapper
extends java.lang.Object
implements HttpListener


Constructor Summary
BasicAuthHttpListenerWrapper(HttpListener httpListener, java.lang.String realmName)
           
 
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

BasicAuthHttpListenerWrapper

public BasicAuthHttpListenerWrapper(HttpListener httpListener,
                                    java.lang.String realmName)
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 The Apache OpenEJB development community. All Rights Reserved.