|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.apache.cxf.transport.servlet.AbstractHTTPServlet org.apache.cxf.transport.servlet.CXFNonSpringServlet org.apache.cxf.transport.servlet.CXFServlet toolbox.web.ws.ExportBusCXFServlet
public class ExportBusCXFServlet
This class extends the CXFServlet provided by the Apache CXF framework and exposes the bus instance through the servlet context.
Constructor Summary | |
---|---|
ExportBusCXFServlet()
Default constructor |
Method Summary | |
---|---|
void |
destroy()
Destroy this servlet by calling the parent class and removing and the bus property. |
void |
init(javax.servlet.ServletConfig config)
Initialise the servlet by initialising the CXFServlet and obtaining the the bus instance. |
Methods inherited from class org.apache.cxf.transport.servlet.CXFServlet |
---|
addListener, destroyBus, loadBus, onApplicationEvent |
Methods inherited from class org.apache.cxf.transport.servlet.CXFNonSpringServlet |
---|
doFilter, getBus, invoke, setBus |
Methods inherited from class org.apache.cxf.transport.servlet.AbstractHTTPServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, handleRequest, init, parseListSequence, parseMapSequence, redirect, serveStaticContent, service |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportBusCXFServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
config
- Servlet configuration properties.
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Filter
destroy
in interface javax.servlet.Servlet
destroy
in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |