Class JettyEndpoint
- java.lang.Object
-
- org.apache.axis2.transport.testkit.http.JettyEndpoint
-
- Direct Known Subclasses:
JettyAsyncEndpoint
,JettyEchoEndpoint
public abstract class JettyEndpoint extends Object
-
-
Constructor Summary
Constructors Constructor Description JettyEndpoint()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract void
handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
handle
protected abstract void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
- Throws:
javax.servlet.ServletException
IOException
-
-