org.apache.camel.builder.xml
Class StringResultHandler

java.lang.Object
  extended by org.apache.camel.builder.xml.StringResultHandler
All Implemented Interfaces:
ResultHandler

public class StringResultHandler
extends Object
implements ResultHandler

Processes the XSLT result as a String

Version:

Constructor Summary
StringResultHandler()
           
 
Method Summary
 Result getResult()
           
 void setBody(Message in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringResultHandler

public StringResultHandler()
Method Detail

getResult

public Result getResult()
Specified by:
getResult in interface ResultHandler

setBody

public void setBody(Message in)
Specified by:
setBody in interface ResultHandler


Apache CAMEL