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 |
handleRequest(Endpoint endpoint,
InputStream inputStream,
OutputStream outputStream,
InvocationContext context)
Handle a web service request
|
void |
handleWSDLRequest(Endpoint endpoint,
OutputStream output,
InvocationContext context)
Handle a wsdl request
|
void handleHttpRequest(Endpoint endpoint, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext context) throws javax.servlet.ServletException, IOException
javax.servlet.ServletExceptionIOExceptionvoid handleRequest(Endpoint endpoint, InputStream inputStream, OutputStream outputStream, InvocationContext context) throws IOException
IOExceptionvoid handleWSDLRequest(Endpoint endpoint, OutputStream output, InvocationContext context) throws IOException
IOExceptionCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.