Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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
ororder/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.