CastorPage edited by Christian MuellerChanges (1)
Full ContentCastorAvailable as of Camel 2.1 Castor is a Data Format which uses the Castor XML library to unmarshal an XML payload into Java objects or to marshal Java objects into an XML payload. As usually you can use either Java DSL or Spring XML to work with Castor Data Format. Using the Java DSLfrom("direct:order"). marshal().castor(). to("activemq:queue:order");
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|