org.apache.servicemix.examples.cxfcamel
Class MyTransform

java.lang.Object
  extended by org.apache.servicemix.examples.cxfcamel.MyTransform

public class MyTransform
extends java.lang.Object

Version:
$Revision: 640450 $

Constructor Summary
MyTransform()
           
 
Method Summary
 void display(javax.xml.transform.Source body)
           
 java.lang.String getValue()
           
 boolean isVerbose()
           
 void setValue(java.lang.String value)
           
 void setVerbose(boolean verbose)
           
 java.lang.Object transform(java.lang.Object body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTransform

public MyTransform()
Method Detail

transform

public java.lang.Object transform(java.lang.Object body)

display

public void display(javax.xml.transform.Source body)
             throws java.lang.Exception
Throws:
java.lang.Exception

isVerbose

public boolean isVerbose()

setVerbose

public void setVerbose(boolean verbose)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.