org.apache.camel.converter.jaxb
Class StringHeader

java.lang.Object
  extended by org.apache.camel.converter.jaxb.HeaderType
      extended by org.apache.camel.converter.jaxb.StringHeader

public class StringHeader
extends HeaderType

Version:
$Revision: 640731 $

Constructor Summary
StringHeader()
           
StringHeader(String name, String text)
           
 
Method Summary
 String getText()
           
 Object getValue()
           
 void setText(String text)
           
 void setValue(Object value)
           
 
Methods inherited from class org.apache.camel.converter.jaxb.HeaderType
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringHeader

public StringHeader()

StringHeader

public StringHeader(String name,
                    String text)
Method Detail

getText

public String getText()

setText

public void setText(String text)

getValue

public Object getValue()
Specified by:
getValue in class HeaderType

setValue

public void setValue(Object value)
Specified by:
setValue in class HeaderType


Copyright © 2009 Apache Software Foundation. All Rights Reserved.