Class SynapseJsonPathFactory
java.lang.Object
org.wso2.carbon.sequences.ui.util.ns.SynapseJsonPathFactory
This class is used to generate SynapseJsonPath instances from the management console UI.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.synapse.util.xpath.SynapseJsonPathcreateSynapseJsonPath(String id, String source) org.apache.synapse.util.xpath.SynapseJsonPathcreateSynapseJsonPath(String id, javax.servlet.http.HttpServletRequest request) Generate a JSON path instance from HTTP request.static SynapseJsonPathFactory
-
Method Details
-
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
-
createSynapseJsonPath
-