@Configuration public class WebServiceConfigurer extends Object
WebSecurityConfig| Modifier and Type | Field and Description |
|---|---|
static String |
WS_CONTEXT_ID
The ID of webservice context.
|
| Constructor and Description |
|---|
WebServiceConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
camelHttpServlet()
Configures servlet for HTTP communication.
|
org.springframework.boot.web.servlet.ServletRegistrationBean |
dispatcherWsRegistration(org.springframework.context.ApplicationContext applicationContext)
Configures servlet to dispatching of Web service messages.
|
org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter |
messageReceiverHandlerAdapter()
Register Web service receiver adapter.
|
public static final String WS_CONTEXT_ID
@Bean(name="CamelServlet") @ConditionalOnMissingBean(name="CamelServlet") public org.springframework.boot.web.servlet.ServletRegistrationBean camelHttpServlet()
CamelHttpTransportServlet.@Bean(name="MessageDispatcherServlet") @ConditionalOnMissingBean(name="MessageDispatcherServlet") public org.springframework.boot.web.servlet.ServletRegistrationBean dispatcherWsRegistration(org.springframework.context.ApplicationContext applicationContext)
applicationContext - to map dispatcher to current contextMessageDispatcherServlet.messageReceiverHandlerAdapter()@Bean(name="messageReceiverHandlerAdapter") @ConditionalOnMissingBean(name="messageReceiverHandlerAdapter") public org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter messageReceiverHandlerAdapter()
WebServiceMessageReceiverHandlerAdapterCopyright © 2018 Pivotal Software, Inc.. All rights reserved.