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.ServletException
IOException
void handleRequest(Endpoint endpoint, InputStream inputStream, OutputStream outputStream, InvocationContext context) throws IOException
IOException
void handleWSDLRequest(Endpoint endpoint, OutputStream output, InvocationContext context) throws IOException
IOException
Copyright © 2015 JBoss, by Red Hat. All rights reserved.