Hello I have the exchange body as a hashmap
The hashmap has several <key, value> pairs, of which one needs to be
unmarshalled.
How can I pass that particular value (which is XML String) to the unmarshal In
the following route
from(INB_Q_URI)
.routeId(ROUTE_ID_INB_RID)
.log( " START -----------------------------------------")
.unmarshal(jaxb)
-thank you
