org.apache.camel.jsonpath
Class JsonPathEngine

java.lang.Object
  extended by org.apache.camel.jsonpath.JsonPathEngine

public class JsonPathEngine
extends Object


Constructor Summary
JsonPathEngine(String expression)
           
 
Method Summary
 Object read(org.apache.camel.Exchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonPathEngine

public JsonPathEngine(String expression)
Method Detail

read

public Object read(org.apache.camel.Exchange exchange)
            throws IOException,
                   org.apache.camel.InvalidPayloadException
Throws:
IOException
org.apache.camel.InvalidPayloadException


Apache Camel