Class MtomProxy

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.frankframework.http.AbstractHttpServlet
org.frankframework.extensions.cmis.mtom.MtomProxy
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, DynamicRegistration, DynamicRegistration.Servlet, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@IbisInitializer @DependsOn({"webServices10","webServices11"}) @Deprecated(forRemoval=true, since="7.6.0") public class MtomProxy extends AbstractHttpServlet implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.frankframework.lifecycle.DynamicRegistration

    DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
  • Field Summary

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD

    Fields inherited from interface org.frankframework.lifecycle.DynamicRegistration

    ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    The URL the Servlet should be mapped to.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected void
    service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class org.frankframework.http.AbstractHttpServlet

    getAccessGrantingRoles, getName

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPatch, doPost, doPut, doTrace, getLastModified, init, isSensitiveHeader, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, 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

    Methods inherited from interface org.frankframework.lifecycle.DynamicRegistration

    loadOnStartUp

    Methods inherited from interface jakarta.servlet.Servlet

    destroy, getServletConfig, getServletInfo, init, service
  • Constructor Details

    • MtomProxy

      public MtomProxy()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getUrlMapping

      public String getUrlMapping()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: DynamicRegistration.Servlet
      The URL the Servlet should be mapped to. This value may be overridden by setting property servlet.servlet-name.urlMapping to change path the servlet listens to
      Specified by:
      getUrlMapping in interface DynamicRegistration.Servlet
    • service

      protected void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      service in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
      IOException
    • afterPropertiesSet

      public void afterPropertiesSet()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • isEnabled

      public boolean isEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isEnabled in interface DynamicRegistration.Servlet