@Converter public class GPathResultConverter extends Object
| Constructor and Description |
|---|
GPathResultConverter() |
| Modifier and Type | Method and Description |
|---|---|
groovy.util.slurpersupport.GPathResult |
fromNode(Node input,
org.apache.camel.Exchange exchange) |
groovy.util.slurpersupport.GPathResult |
fromString(String input) |
groovy.util.slurpersupport.GPathResult |
fromStringSource(org.apache.camel.StringSource input) |
@Converter public groovy.util.slurpersupport.GPathResult fromString(String input) throws ParserConfigurationException, SAXException, IOException
@Converter
public groovy.util.slurpersupport.GPathResult fromStringSource(org.apache.camel.StringSource input)
throws IOException,
SAXException,
ParserConfigurationException
@Converter public groovy.util.slurpersupport.GPathResult fromNode(Node input, org.apache.camel.Exchange exchange) throws IOException, SAXException, ParserConfigurationException, TransformerException
Apache Camel