Class CMISLifecycleBean

java.lang.Object
org.alfresco.opencmis.CMISLifecycleBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

public class CMISLifecycleBean extends Object implements org.springframework.web.context.ServletContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
This bean controls the lifecycle of the CMIS factory.
Author:
florian.mueller
  • Constructor Details

    • CMISLifecycleBean

      public CMISLifecycleBean()
  • Method Details

    • setServletContext

      public void setServletContext(jakarta.servlet.ServletContext servletContext)
      Specified by:
      setServletContext in interface org.springframework.web.context.ServletContextAware
    • setCmisServiceFactory

      public void setCmisServiceFactory(org.apache.chemistry.opencmis.commons.server.CmisServiceFactory factory)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception