public interface RequestHandler
Modifier and Type | Method and Description |
---|---|
void |
handleHttpRequest(Endpoint endpoint,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.ServletContext context)
Handle a web service http request
|
void handleHttpRequest(Endpoint endpoint, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext context) throws javax.servlet.ServletException, IOException
endpoint
- endpointreq
- requestres
- responsecontext
- contextjavax.servlet.ServletException
- exceptionIOException
- exceptionCopyright © 2019 JBoss, by Red Hat. All rights reserved.