public class XmlSlurperDataFormat extends AbstractXmlDataFormat
Constructor and Description |
---|
XmlSlurperDataFormat() |
XmlSlurperDataFormat(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) |
doStart, doStop, getErrorHandler, isKeepWhitespace, isNamespaceAware, newSaxParser, setKeepWhitespace, setNamespaceAware
public XmlSlurperDataFormat()
public XmlSlurperDataFormat(boolean namespaceAware)
public void marshal(org.apache.camel.Exchange exchange, Object graph, OutputStream stream) throws Exception
Exception
public Object unmarshal(org.apache.camel.Exchange exchange, InputStream stream) throws Exception
Exception
Apache Camel