Spring {@link MessageEndpoint} for dispatching messages received by Spring-WS to a Camelendpoint. This class needs to be registered in the Spring
ApplicationContext when consuming messages using the
spring-ws:beanname: URI scheme.
For example, when using a route such as from("spring-ws:beanname:stockQuote").to("..."); the following bean definition needs to be present in the ApplicationContext:
{@code }
@see AbstractMapBasedEndpointMapping#setMappings(java.util.Properties)
@see AbstractMapBasedEndpointMapping#setEndpointMap(java.util.Map)