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

java.lang.Object
  extended by org.apache.axis2.transport.testkit.http.JettyEndpoint
      extended by org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint<byte[]>
          extended by org.apache.axis2.transport.testkit.http.JettyByteArrayAsyncEndpoint
All Implemented Interfaces:
AsyncEndpoint<byte[]>

public class JettyByteArrayAsyncEndpoint
extends JettyAsyncEndpoint<byte[]>


Constructor Summary
JettyByteArrayAsyncEndpoint()
           
 
Method Summary
protected  IncomingMessage<byte[]> 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

JettyByteArrayAsyncEndpoint

public JettyByteArrayAsyncEndpoint()
Method Detail

handle

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


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