org.apache.camel.converter.jaxb
Class JaxbConverter
java.lang.Object
org.apache.camel.converter.jaxb.JaxbConverter
public final class JaxbConverter
- extends Object
As we have the JAXB FallbackTypeConverter, so we don't need to register this converter
- Version:
- $Revision: 895993 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbConverter
public JaxbConverter()
toSource
public JAXBSource toSource(Object value)
throws JAXBException
- Throws:
JAXBException
toDocument
public Document toDocument(Object value)
throws JAXBException,
ParserConfigurationException
- Throws:
JAXBException
ParserConfigurationException
toMessageType
@Converter
public static MessageDefinition toMessageType(Exchange exchange)
toMessageType
@Converter
public static MessageDefinition toMessageType(Message in)
Apache CAMEL