Class MtomProxy
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.frankframework.http.HttpServletBase
-
- org.frankframework.extensions.cmis.mtom.MtomProxy
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,DynamicRegistration,DynamicRegistration.Servlet,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
@IbisInitializer @DependsOn({"webServices10","webServices11"}) @Deprecated public class MtomProxy extends HttpServletBase implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Deprecated.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.frankframework.lifecycle.DynamicRegistration
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
-
-
Field Summary
-
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 MtomProxy()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterPropertiesSet()Deprecated.StringgetUrlMapping()Deprecated.booleanisEnabled()Deprecated.protected voidservice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)Deprecated.-
Methods inherited from class org.frankframework.http.HttpServletBase
getAccessGrantingRoles, getName
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, 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
-
-
-
-
Method Detail
-
getUrlMapping
public String getUrlMapping()
Deprecated.- Specified by:
getUrlMappingin interfaceDynamicRegistration.Servlet
-
service
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOExceptionDeprecated.- Overrides:
servicein classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
afterPropertiesSet
public void afterPropertiesSet() throws ExceptionDeprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansExceptionDeprecated.- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
isEnabled
public boolean isEnabled()
Deprecated.- Specified by:
isEnabledin interfaceDynamicRegistration.Servlet
-
-