org.apache.camel.converter.jaxb
Class JaxbConverter

java.lang.Object
  extended by org.apache.camel.converter.jaxb.JaxbConverter

public final class JaxbConverter
extends Object

Version:
$Revision: 748450 $

Constructor Summary
JaxbConverter()
           
 
Method Summary
 Document toDocument(Object value)
           
static MessageType toMessageType(Exchange exchange)
           
static MessageType toMessageType(Message in)
           
 JAXBSource toSource(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbConverter

public JaxbConverter()
Method Detail

toSource

public JAXBSource toSource(Object value)
                    throws JAXBException
Throws:
JAXBException

toDocument

public Document toDocument(Object value)
                    throws JAXBException,
                           ParserConfigurationException
Throws:
JAXBException
ParserConfigurationException

toMessageType

public static MessageType toMessageType(Exchange exchange)

toMessageType

public static MessageType toMessageType(Message in)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.