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 endpoint,
HttpServletRequest req,
HttpServletResponse res,
ServletContext context) |
void |
handleRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint,
InputStream inStream,
OutputStream outStream,
org.jboss.wsf.spi.invocation.InvocationContext invContext) |
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 endpoint, HttpServletRequest req, HttpServletResponse res, ServletContext context) throws ServletException, IOException
handleHttpRequest
in interface org.jboss.wsf.spi.invocation.RequestHandler
ServletException
IOException
public void handleRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint, InputStream inStream, OutputStream outStream, org.jboss.wsf.spi.invocation.InvocationContext invContext)
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 © 2018 JBoss by Red Hat. All rights reserved.