Class SynapseJsonPathFactory


  • public class SynapseJsonPathFactory
    extends Object
    This class is used to generate SynapseJsonPath instances from the management console UI.
    • Method Detail

      • 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)