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 Details

    • 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 parameter
      request - http request
      Returns:
      Js
    • createSynapseJsonPath

      public org.apache.synapse.util.xpath.SynapseJsonPath createSynapseJsonPath(String id, String source)