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.RequestHandlerjavax.servlet.ServletExceptionIOExceptionpublic 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.RequestHandlerpublic 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.RequestHandlerCopyright © 2014 JBoss, by Red Hat. All rights reserved.