org.apache.camel.converter.jaxb
Class StringHeader
java.lang.Object
org.apache.camel.converter.jaxb.HeaderDefinition
org.apache.camel.converter.jaxb.StringHeader
public class StringHeader
- extends HeaderDefinition
- Version:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringHeader
public StringHeader()
StringHeader
public StringHeader(String name,
String text)
getText
public String getText()
setText
public void setText(String text)
getValue
public Object getValue()
- Specified by:
getValue in class HeaderDefinition
setValue
public void setValue(Object value)
- Specified by:
setValue in class HeaderDefinition
Apache CAMEL