Class PathInfo


  • public class PathInfo
    extends Object

    Specifies the path info which will be included if xPath or jsonPath is being specified.

    • Constructor Detail

      • PathInfo

        public PathInfo()
    • Method Detail

      • getXPath

        public org.apache.synapse.config.xml.SynapsePath getXPath()
      • setxPath

        public void setxPath​(org.apache.synapse.util.xpath.SynapseXPath xPath)
      • getJsonPath

        public org.apache.synapse.util.xpath.SynapseJsonPath getJsonPath()
      • setJsonPath

        public void setJsonPath​(org.apache.synapse.util.xpath.SynapseJsonPath jsonPath)