org.apache.camel.example.osgi
Class MyTransform

java.lang.Object
  extended by org.apache.camel.example.osgi.MyTransform

public class MyTransform
extends Object

Version:

Constructor Summary
MyTransform()
           
 
Method Summary
 String getPrefix()
           
 boolean isVerbose()
           
 void setPrefix(String prefix)
           
 void setVerbose(boolean verbose)
           
 Object transform(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 Object transform(Object body)

isVerbose

public boolean isVerbose()

setVerbose

public void setVerbose(boolean verbose)

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)


Apache CAMEL