|
||||||||||
| 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.CXFNonSpringServlet
org.xcmis.wssoap.impl.server.CmisSoapServletExt
public class CmisSoapServletExt
Created by The eXo Platform SAS.
| Field Summary | |
|---|---|
protected ServletConfig |
config
The filter configuration |
protected String |
servletContextName
The Servlet context name |
| Fields inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet |
|---|
bus, controller, servletTransportFactory |
| Constructor Summary | |
|---|---|
CmisSoapServletExt()
|
|
| Method Summary | |
|---|---|
protected void |
afterInit(ServletConfig config)
Allows sub-classes to initialize |
protected org.exoplatform.container.ExoContainer |
getContainer()
|
void |
init(ServletConfig config)
|
void |
loadBus(ServletConfig servletConfig)
Load bus. |
protected void |
onService(org.exoplatform.container.ExoContainer container)
Allow the sub classes to execute a task when the method service is called |
protected boolean |
requirePortalEnvironment()
Indicates if it requires that a full portal environment must be set |
| Methods inherited from class org.apache.cxf.transport.servlet.CXFNonSpringServlet |
|---|
getLogger |
| Methods inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet |
|---|
createServletController, createServletTransportFactory, destroy, doDelete, doGet, doPost, doPut, getBus, getController, 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 |
| Field Detail |
|---|
protected ServletConfig config
protected String servletContextName
| Constructor Detail |
|---|
public CmisSoapServletExt()
| Method Detail |
|---|
public final void init(ServletConfig config)
throws ServletException
init in interface Servletinit in class org.apache.cxf.transport.servlet.AbstractCXFServletServletException
protected void afterInit(ServletConfig config)
throws ServletException
config - the current servlet configuration
ServletException
public void loadBus(ServletConfig servletConfig)
throws ServletException
loadBus in class org.apache.cxf.transport.servlet.CXFNonSpringServletservletConfig - ServletConfig
ServletException - servlet exceptionCXFNonSpringServlet.loadBus(javax.servlet.ServletConfig)protected void onService(org.exoplatform.container.ExoContainer container)
service is called
container - the eXo containerreq - the HttpServletRequestres - the HttpServletResponseprotected final org.exoplatform.container.ExoContainer getContainer()
ExoContainer that fits best with the current contextprotected boolean requirePortalEnvironment()
true if it requires the portal environment false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||