org.apache.axis2.transport.testkit.http
Class JettyEndpoint

java.lang.Object
  extended by org.apache.axis2.transport.testkit.http.JettyEndpoint
Direct Known Subclasses:
JettyAsyncEndpoint, JettyEchoEndpoint

public abstract class JettyEndpoint
extends java.lang.Object


Constructor Summary
JettyEndpoint()
           
 
Method Summary
protected abstract  void handle(java.lang.String pathParams, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyEndpoint

public JettyEndpoint()
Method Detail

handle

protected abstract void handle(java.lang.String pathParams,
                               org.mortbay.http.HttpRequest request,
                               org.mortbay.http.HttpResponse response)
                        throws org.mortbay.http.HttpException,
                               java.io.IOException
Throws:
org.mortbay.http.HttpException
java.io.IOException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.