|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.cxf.transport.servlet.AbstractCXFServlet
org.apache.cxf.transport.servlet.CXFServlet
public class CXFServlet
A Servlet which supports loading of JAX-WS endpoints from an
XML file and handling requests for endpoints created via other means
such as Spring beans, or the Java API. All requests are passed on
to the ServletController.
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet |
|---|
bus, controller, servletTransportFactory |
| Constructor Summary | |
|---|---|
CXFServlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
static java.util.logging.Logger |
getLogger()
|
void |
loadBus(javax.servlet.ServletConfig servletConfig)
|
| Methods inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet |
|---|
createServletController, createServletTransportFactory, doDelete, doGet, doPost, doPut, getBus, getController, init, replaceDestinationFactory |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doHead, doOptions, doTrace, getLastModified, service, 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 CXFServlet()
| Method Detail |
|---|
public static java.util.logging.Logger getLogger()
public void loadBus(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
loadBus in class AbstractCXFServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class AbstractCXFServlet
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||