Red Hat Training

A Red Hat training course is available for Red Hat Fuse

4.38. Value Binding Attributes

The ValueBinder class has the following attributes:
  • beanId: The ID under which the created object is to be bound in the bean context.
  • data: The data selector for the data value to be bound. (For example, order/orderid or order/header/@date
  • dataNS: The namespace for the data selector
  • decoder: The DataDecoder name for converting the value from a String into a different type. The DataDecoder can be configured with the decodeParam elements.
  • default: The default value for if the selected data is null or an empty string.