Add a DSL for JAXB DataFormat to take the context path setting
--------------------------------------------------------------
Key: CAMEL-2326
URL: https://issues.apache.org/activemq/browse/CAMEL-2326
Project: Apache Camel
Issue Type: Improvement
Reporter: Willem Jiang
Assignee: Willem Jiang
Priority: Minor
Fix For: 2.2.0
We should support this dsl
{code}
from("direct:marshalled").
unmarshal().jaxb("org.apache.camel.example").
to("mock:result");
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.