Class XsltBuilder

java.lang.Object
org.apache.camel.component.xslt.XsltBuilder
All Implemented Interfaces:
org.apache.camel.Processor

public class XsltBuilder extends Object implements org.apache.camel.Processor
Creates a Processor which performs an XSLT transformation of the IN message body.

Will by default output the result as a String. You can chose which kind of output you want using the outputXXX methods.