Package com.aquima.web.aaas
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The ID of the application context of the webservices servlet: "blueriq-webservices"static final String
The URL mapping of the webservices servlet: "/webservices/*"static final String
The name of the webservices servlet: "blueriq-webservices"static final String
The servlet path of the webservices servlet: "/webservices" -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configurePayloadRootAnnotationMethodEndpointMapping
(org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping bean) org.springframework.ws.soap.saaj.SaajSoapMessageFactory
org.springframework.ws.soap.saaj.SaajSoapMessageFactory
-
Field Details
-
CONTEXT_ID
The ID of the application context of the webservices servlet: "blueriq-webservices"- See Also:
-
SERVLET_PATH
The servlet path of the webservices servlet: "/webservices"- See Also:
-
SERVLET_MAPPING
The URL mapping of the webservices servlet: "/webservices/*"- See Also:
-
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
-