|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestHandler
A general JAXWS request handler.
Method Summary | |
---|---|
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,
java.io.InputStream inputStream,
java.io.OutputStream outputStream,
InvocationContext context)
Handle a web service request |
void |
handleWSDLRequest(Endpoint endpoint,
java.io.OutputStream output,
InvocationContext context)
Handle a wsdl request |
Method Detail |
---|
void handleHttpRequest(Endpoint endpoint, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext context) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
void handleRequest(Endpoint endpoint, java.io.InputStream inputStream, java.io.OutputStream outputStream, InvocationContext context) throws java.io.IOException
java.io.IOException
void handleWSDLRequest(Endpoint endpoint, java.io.OutputStream output, InvocationContext context) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |