org.apache.camel.builder.xml
Class DomResultHandler

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

public class DomResultHandler
extends Object
implements ResultHandler

Uses DOM to handle results of the transformation

Version:

Constructor Summary
DomResultHandler()
           
 
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

DomResultHandler

public DomResultHandler()
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