public class RequestHandlerImpl extends Object implements org.jboss.wsf.spi.invocation.RequestHandler
Modifier and Type | Field and Description |
---|---|
protected MessageFactoryImpl |
msgFactory |
protected org.jboss.wsf.spi.management.ServerConfig |
serverConfig |
Constructor and Description |
---|
RequestHandlerImpl() |
RequestHandlerImpl(org.jboss.wsf.spi.management.ServerConfig serverConfig) |
Modifier and Type | Method and Description |
---|---|
void |
handleHttpRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint,
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 invContext) |
void |
handleWSDLRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint,
OutputStream outStream,
org.jboss.wsf.spi.invocation.InvocationContext context) |
protected org.jboss.wsf.spi.management.ServerConfig serverConfig
protected MessageFactoryImpl msgFactory
public RequestHandlerImpl()
public RequestHandlerImpl(org.jboss.wsf.spi.management.ServerConfig serverConfig)
public void handleHttpRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint, 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 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 © 2012 JBoss, by Red Hat. All Rights Reserved.