public class RequestHandlerImpl extends Object implements org.jboss.wsf.spi.invocation.RequestHandler
Modifier and Type | Method and Description |
---|---|
void |
handleHttpRequest(org.jboss.wsf.spi.deployment.Endpoint ep,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.ServletContext context) |
void |
handleRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint,
InputStream inStream,
OutputStream outStream,
org.jboss.wsf.spi.invocation.InvocationContext context) |
void |
handleWSDLRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint,
OutputStream outStream,
org.jboss.wsf.spi.invocation.InvocationContext context) |
public void handleHttpRequest(org.jboss.wsf.spi.deployment.Endpoint ep, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext context) throws javax.servlet.ServletException, IOException
handleHttpRequest
in interface org.jboss.wsf.spi.invocation.RequestHandler
javax.servlet.ServletException
IOException
public void handleRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint, InputStream inStream, OutputStream outStream, org.jboss.wsf.spi.invocation.InvocationContext context)
handleRequest
in interface org.jboss.wsf.spi.invocation.RequestHandler
public void handleWSDLRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint, OutputStream outStream, org.jboss.wsf.spi.invocation.InvocationContext context)
handleWSDLRequest
in interface org.jboss.wsf.spi.invocation.RequestHandler
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.