Class FixedMessageDispatcherServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.springframework.web.servlet.HttpServletBean
org.springframework.web.servlet.FrameworkServlet
org.springframework.ws.transport.http.MessageDispatcherServlet
com.aquima.web.aaas.config.FixedMessageDispatcherServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable

public class FixedMessageDispatcherServlet extends org.springframework.ws.transport.http.MessageDispatcherServlet
  • Add http request to RequestAwareWsdlDefinition for Aquima as a service
Author:
Johan Gorter
See Also:
  • Field Summary Link icon

    Fields inherited from class org.springframework.ws.transport.http.MessageDispatcherServlet Link icon

    DEFAULT_MESSAGE_FACTORY_BEAN_NAME, DEFAULT_MESSAGE_RECEIVER_BEAN_NAME, DEFAULT_MESSAGE_RECEIVER_HANDLER_ADAPTER_BEAN_NAME, DEFAULT_WSDL_DEFINITION_HANDLER_ADAPTER_BEAN_NAME, DEFAULT_XSD_SCHEMA_HANDLER_ADAPTER_BEAN_NAME

    Fields inherited from class org.springframework.web.servlet.FrameworkServlet Link icon

    DEFAULT_CONTEXT_CLASS, DEFAULT_NAMESPACE_SUFFIX, SERVLET_CONTEXT_PREFIX

    Fields inherited from class org.springframework.web.servlet.HttpServletBean Link icon

    logger

    Fields inherited from class jakarta.servlet.http.HttpServlet Link icon

    LEGACY_DO_HEAD
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    FixedMessageDispatcherServlet(org.springframework.web.context.WebApplicationContext webApplicationContext)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected org.springframework.ws.wsdl.WsdlDefinition
    getWsdlDefinition(jakarta.servlet.http.HttpServletRequest request)
    Overriding original method to be able to use the http request in a wsdldefinition

    Methods inherited from class org.springframework.ws.transport.http.MessageDispatcherServlet Link icon

    doService, getLastModified, getMessageFactoryBeanName, getMessageReceiver, getMessageReceiverBeanName, getMessageReceiverHandlerAdapterBeanName, getWsdlDefinitionHandlerAdapterBeanName, getXsdSchema, getXsdSchemaHandlerAdapterBeanName, initStrategies, isTransformSchemaLocations, isTransformWsdlLocations, onRefresh, setMessageFactoryBeanName, setMessageReceiverBeanName, setMessageReceiverHandlerAdapterBeanName, setTransformSchemaLocations, setTransformWsdlLocations, setWsdlDefinitionHandlerAdapterBeanName, setXsdSchemaHandlerAdapterBeanName

    Methods inherited from class org.springframework.web.servlet.FrameworkServlet Link icon

    applyInitializers, buildLocaleContext, buildRequestAttributes, configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, destroy, doDelete, doGet, doOptions, doPost, doPut, doTrace, findWebApplicationContext, getContextAttribute, getContextClass, getContextConfigLocation, getContextId, getNamespace, getServletContextAttributeName, getUsernameForRequest, getWebApplicationContext, initFrameworkServlet, initServletBean, initWebApplicationContext, isEnableLoggingRequestDetails, onApplicationEvent, postProcessWebApplicationContext, processRequest, refresh, service, setApplicationContext, setContextAttribute, setContextClass, setContextConfigLocation, setContextId, setContextInitializerClasses, setContextInitializers, setDispatchOptionsRequest, setDispatchTraceRequest, setEnableLoggingRequestDetails, setNamespace, setPublishContext, setPublishEvents, setThreadContextInheritable

    Methods inherited from class org.springframework.web.servlet.HttpServletBean Link icon

    addRequiredProperty, createEnvironment, getEnvironment, getServletName, init, initBeanWrapper, setEnvironment

    Methods inherited from class jakarta.servlet.http.HttpServlet Link icon

    doHead, init, service

    Methods inherited from class jakarta.servlet.GenericServlet Link icon

    getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, log, log

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • FixedMessageDispatcherServlet Link icon

      public FixedMessageDispatcherServlet(org.springframework.web.context.WebApplicationContext webApplicationContext)
  • Method Details Link icon

    • getWsdlDefinition Link icon

      protected org.springframework.ws.wsdl.WsdlDefinition getWsdlDefinition(jakarta.servlet.http.HttpServletRequest request)
      Overriding original method to be able to use the http request in a wsdldefinition
      Overrides:
      getWsdlDefinition in class org.springframework.ws.transport.http.MessageDispatcherServlet