org.apache.camel.dataformat.castor
Class CastorDataFormat
java.lang.Object
org.apache.camel.dataformat.castor.AbstractCastorDataFormat
org.apache.camel.dataformat.castor.CastorDataFormat
- All Implemented Interfaces:
- org.apache.camel.spi.DataFormat
public class CastorDataFormat
- extends AbstractCastorDataFormat
A data format
(DataFormat) using Castor to marshal to and from XML
- Version:
- $Revision$
| Methods inherited from class org.apache.camel.dataformat.castor.AbstractCastorDataFormat |
getClassNames, getEncoding, getMappingFile, getMarshaller, getPackages, getUnmarshaller, getXmlContext, isValidation, marshal, setClassNames, setEncoding, setMappingFile, setMarshaller, setPackages, setUnmarshaller, setValidation, setXmlContext, unmarshal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CastorDataFormat
public CastorDataFormat()
CastorDataFormat
public CastorDataFormat(org.exolab.castor.xml.XMLContext xmlContext)
Apache CAMEL