I'm in the process of extending DefaultFileMarshaller in order to create a Marshaller to write a flat file based on a transformation of the original message's XML content.
The incoming message content is similar to the one created by JdbcComponent (an xml formatted result set). My (silly) question is (since I'm trying to keep the extended class's structure similar to the DefaultFileMarshaller) does Expression's evaluate(exchange,message) method return a String containing that XML in this case? -- View this message in context: http://www.nabble.com/Extending-DefaultFileMarshaller-tf3789503s12049.html#a10716640 Sent from the ServiceMix - User mailing list archive at Nabble.com.
