Class WebServicesConfig

java.lang.Object
com.aquima.web.aaas.WebServicesConfig

@EnableWs @WebServicesConfiguration(basePackages={"com.aquima.web.aaas","com.aquima.plugin.*.config"}) @ImportResource("classpath*:aquima-plugin-webservices-context.xml") public class WebServicesConfig extends Object
The main configuration class for the application context of the webservices servlet.
Since:
10.0
Author:
Mihai Bob
  • Field Details

    • CONTEXT_ID

      public static final String CONTEXT_ID
      The ID of the application context of the webservices servlet: "blueriq-webservices"
      See Also:
    • SERVLET_PATH

      public static final String SERVLET_PATH
      The servlet path of the webservices servlet: "/webservices"
      See Also:
    • SERVLET_MAPPING

      public static final String SERVLET_MAPPING
      The URL mapping of the webservices servlet: "/webservices/*"
      See Also:
    • SERVLET_NAME

      public static final String SERVLET_NAME
      The name of the webservices servlet: "blueriq-webservices"
      See Also:
  • Constructor Details

    • WebServicesConfig

      public WebServicesConfig()
  • Method Details

    • configurePayloadRootAnnotationMethodEndpointMapping

      @Autowired public void configurePayloadRootAnnotationMethodEndpointMapping(org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping bean)
    • soap11Factory

      @Bean public org.springframework.ws.soap.saaj.SaajSoapMessageFactory soap11Factory()
    • soap12Factory

      @Bean public org.springframework.ws.soap.saaj.SaajSoapMessageFactory soap12Factory()
    • messageFactory

      @Bean public DelegatingSoapMessageFactory messageFactory()