You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a PayloadEndpoint implementation that resembles the CommandController in Spring-MVC. With this endpoint, it should be possible to populate a Java Bean with information from the incoming message. The population can take many forms. For instance, by providing a map with property names as keys, and XPath expressions as values. As a message comes in, the XPath expressions will be evaluated, and bound to the bean.
We should use the standard Spring Binding and Validation framework as part of this.
Arjen Poutsma opened SWS-18 and commented
Provide a PayloadEndpoint implementation that resembles the CommandController in Spring-MVC. With this endpoint, it should be possible to populate a Java Bean with information from the incoming message. The population can take many forms. For instance, by providing a map with property names as keys, and XPath expressions as values. As a message comes in, the XPath expressions will be evaluated, and bound to the bean.
We should use the standard Spring Binding and Validation framework as part of this.
Issue Links:
("depends on")
The text was updated successfully, but these errors were encountered: