public class ServletHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENABLE_CXF_MANAGEMENT |
Constructor and Description |
---|
ServletHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
callPreDestroy(org.jboss.wsf.spi.deployment.Endpoint endpoint) |
static void |
callRequestHandler(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.ServletContext ctx,
org.apache.cxf.Bus bus,
org.jboss.wsf.spi.deployment.Endpoint endpoint) |
static org.jboss.wsf.spi.deployment.Endpoint |
initEndpoint(javax.servlet.ServletConfig servletConfig,
String servletName) |
static void |
registerInstrumentManger(org.apache.cxf.Bus bus,
javax.servlet.ServletContext svCtx) |
public static final String ENABLE_CXF_MANAGEMENT
public static org.jboss.wsf.spi.deployment.Endpoint initEndpoint(javax.servlet.ServletConfig servletConfig, String servletName)
public static void callPreDestroy(org.jboss.wsf.spi.deployment.Endpoint endpoint)
public static void callRequestHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext ctx, org.apache.cxf.Bus bus, org.jboss.wsf.spi.deployment.Endpoint endpoint) throws javax.servlet.ServletException
javax.servlet.ServletException
public static void registerInstrumentManger(org.apache.cxf.Bus bus, javax.servlet.ServletContext svCtx) throws javax.servlet.ServletException
javax.servlet.ServletException
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.