Below is the actual route.
<bean id="processor"
class="com.canonical.cxf.service.proxy.ReqTransformationProcessor"/>
..
..
<route streamCache="true">
<from uri="cxf:bean:canonicalService?dataFormat=PAYLOAD"/>
<wireTap
uri="file:/home/analyzer/Desktop/input/?fileName=request.xml"/>
<unmarshal>
<jaxb prettyPrint="true"
contextPath="localhost._8080.canonicalcxfserviceproxy.canonical"/>
</unmarshal>
<process ref="processor"/>
<to uri="log:input"/>
</route>
For Ex. How to get
MemberInfo(localhost._8080.canonicalcxfserviceproxy.canonical.MemberInfo) in
ReqTransformationProcessor class.
Regards
Jayendran
--
View this message in context:
http://camel.465427.n5.nabble.com/Transformation-PAYLOAD-request-tp5766884p5766950.html
Sent from the Camel - Users mailing list archive at Nabble.com.