Package org.apache.camel.converter.jaxb

Interface Summary
JaxbNamespacePrefixMapper A prefix mapper for namespaces to control namespaces during JAXB marshalling.
JaxbXmlStreamWriterWrapper A wrapper which allows to customize the XMLStreamWriter.
 

Class Summary
FallbackTypeConverter  
FilteringXmlStreamWriter XMLStreamWriter wrapper that filters out non-XML characters, see NonXmlCharFilterer for details.
JaxbDataFormat A data format (DataFormat) using JAXB2 to marshal to and from XML
NamespacePrefixMapperFactory Factory for creating JaxbNamespacePrefixMapper which supports various JAXB-RI implementations.
NonXmlFilterReader This FilterReader will filter out the non-XML characters, see NonXmlCharFilterer for details.
NoopXmlStreamWriterWrapper  
 



Apache Camel