org.apache.camel.util
Class MessageDump.Body

java.lang.Object
  extended by org.apache.camel.util.MessageDump.Body
Enclosing class:
MessageDump

public static class MessageDump.Body
extends Object


Constructor Summary
MessageDump.Body()
           
 
Method Summary
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageDump.Body

public MessageDump.Body()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getValue

public String getValue()

setValue

public void setValue(String value)


Apache Camel