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

java.lang.Object
  extended by org.apache.axis2.transport.testkit.http.JettyEndpoint
      extended by org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint<RESTMessage>
          extended by org.apache.axis2.transport.testkit.http.JettyRESTAsyncEndpoint
All Implemented Interfaces:
AsyncEndpoint<RESTMessage>

public class JettyRESTAsyncEndpoint
extends JettyAsyncEndpoint<RESTMessage>


Constructor Summary
JettyRESTAsyncEndpoint()
           
 
Method Summary
protected  IncomingMessage<RESTMessage> handle(org.mortbay.http.HttpRequest request)
           
 
Methods inherited from class org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint
clear, handle, waitForMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyRESTAsyncEndpoint

public JettyRESTAsyncEndpoint()
Method Detail

handle

protected IncomingMessage<RESTMessage> handle(org.mortbay.http.HttpRequest request)
                                       throws org.mortbay.http.HttpException,
                                              java.io.IOException
Specified by:
handle in class JettyAsyncEndpoint<RESTMessage>
Throws:
org.mortbay.http.HttpException
java.io.IOException


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