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) |
getErrorHandler, isKeepWhitespace, isNamespaceAware, newSaxParser, setKeepWhitespace, setNamespaceAwarepublic XmlSlurperDataFormat()
public XmlSlurperDataFormat(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