org.jboss.wsf.spi.invocation
Interface RequestHandler


public interface RequestHandler

A general JAXWS request handler.

Since:
20-Apr-2007
Author:
Thomas.Diesler@jboss.com

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, InputStream inputStream, OutputStream outputStream, InvocationContext context)
          Handle a web service request
 void handleWSDLRequest(Endpoint endpoint, OutputStream output, InvocationContext context)
          Handle a wsdl request
 

Method Detail

handleHttpRequest

void handleHttpRequest(Endpoint endpoint,
                       javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse res,
                       javax.servlet.ServletContext context)
                       throws javax.servlet.ServletException,
                              IOException
Handle a web service http request

Throws:
javax.servlet.ServletException
IOException

handleRequest

void handleRequest(Endpoint endpoint,
                   InputStream inputStream,
                   OutputStream outputStream,
                   InvocationContext context)
                   throws IOException
Handle a web service request

Throws:
IOException

handleWSDLRequest

void handleWSDLRequest(Endpoint endpoint,
                       OutputStream output,
                       InvocationContext context)
                       throws IOException
Handle a wsdl request

Throws:
IOException


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.