org.apache.camel.util
Class MessageDump.Header

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

public static class MessageDump.Header
extends Object


Constructor Summary
MessageDump.Header()
           
 
Method Summary
 String getKey()
           
 String getType()
           
 String getValue()
           
 void setKey(String key)
           
 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.Header

public MessageDump.Header()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getType

public String getType()

setType

public void setType(String type)

getValue

public String getValue()

setValue

public void setValue(String value)


Apache Camel