Class JettyRESTAsyncEndpoint
- java.lang.Object
-
- org.apache.axis2.transport.testkit.http.JettyEndpoint
-
- org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint<RESTMessage>
-
- org.apache.axis2.transport.testkit.http.JettyRESTAsyncEndpoint
-
- All Implemented Interfaces:
AsyncEndpoint<RESTMessage>
public class JettyRESTAsyncEndpoint extends JettyAsyncEndpoint<RESTMessage>
-
-
Constructor Summary
Constructors Constructor Description JettyRESTAsyncEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IncomingMessage<RESTMessage>
handle(javax.servlet.http.HttpServletRequest request)
-
Methods inherited from class org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint
clear, handle, waitForMessage
-
-
-
-
Method Detail
-
handle
protected IncomingMessage<RESTMessage> handle(javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException, IOException
- Specified by:
handle
in classJettyAsyncEndpoint<RESTMessage>
- Throws:
javax.servlet.ServletException
IOException
-
-