public class XmlParserDataFormat extends AbstractXmlDataFormat
| Constructor and Description |
|---|
XmlParserDataFormat() |
XmlParserDataFormat(boolean namespaceAware) |
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(org.apache.camel.Exchange exchange,
Object graph,
OutputStream stream) |
Object |
unmarshal(org.apache.camel.Exchange exchange,
InputStream stream) |
getErrorHandler, isKeepWhitespace, isNamespaceAware, newSaxParser, setKeepWhitespace, setNamespaceAwarepublic XmlParserDataFormat()
public XmlParserDataFormat(boolean namespaceAware)
public void marshal(org.apache.camel.Exchange exchange,
Object graph,
OutputStream stream)
throws Exception
Exceptionpublic Object unmarshal(org.apache.camel.Exchange exchange, InputStream stream) throws Exception
ExceptionApache Camel