Class SynapseJsonPathFactory
- java.lang.Object
-
- org.wso2.carbon.sequences.ui.util.ns.SynapseJsonPathFactory
-
public class SynapseJsonPathFactory extends Object
This class is used to generate SynapseJsonPath instances from the management console UI.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.synapse.util.xpath.SynapseJsonPath
createSynapseJsonPath(String id, String source)
org.apache.synapse.util.xpath.SynapseJsonPath
createSynapseJsonPath(String id, javax.servlet.http.HttpServletRequest request)
Generate a JSON path instance from HTTP request.static SynapseJsonPathFactory
getInstance()
-
-
-
Method Detail
-
getInstance
public static SynapseJsonPathFactory getInstance()
-
createSynapseJsonPath
public org.apache.synapse.util.xpath.SynapseJsonPath createSynapseJsonPath(String id, javax.servlet.http.HttpServletRequest request)
Generate a JSON path instance from HTTP request.- Parameters:
id
- id of the parameterrequest
- http request- Returns:
- Js
-
-