Class 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.