2008/5/28 cmoulliard <[EMAIL PROTECTED]>:
>
> Hi,
>
> Is the marshaller/unmarshaller of Camel based on spring's object/XML java
> classes (org.springframework.oxm -
> http://static.springframework.org/spring-ws/docs/0.9.1/reference/oxm.html) ?

No. We've a set of JAXB beans for the XML model...

http://activemq.apache.org/camel/maven/camel-core/apidocs/org/apache/camel/model/package-summary.html

these are the same beans created by the Java and Scala DSLs BTW.

To parse these beans from inside Spring, we implement the Spring 2
NamespaceHandler stuff - see the org.apache.camel.spring.handler
package in camel-spring for the source

http://activemq.apache.org/camel/maven/camel-spring/apidocs/org/apache/camel/spring/handler/package-summary.html

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to