public class PathInfo extends Object
Specifies the path info which will be included if xPath or jsonPath is being specified.
Constructor and Description |
---|
PathInfo() |
Modifier and Type | Method and Description |
---|---|
org.apache.synapse.util.xpath.SynapseJsonPath |
getJsonPath() |
org.apache.synapse.config.xml.SynapsePath |
getXPath() |
void |
setJsonPath(org.apache.synapse.util.xpath.SynapseJsonPath jsonPath) |
void |
setxPath(org.apache.synapse.util.xpath.SynapseXPath xPath) |
public org.apache.synapse.config.xml.SynapsePath getXPath()
public void setxPath(org.apache.synapse.util.xpath.SynapseXPath xPath)
public org.apache.synapse.util.xpath.SynapseJsonPath getJsonPath()
public void setJsonPath(org.apache.synapse.util.xpath.SynapseJsonPath jsonPath)
Copyright © 2019 WSO2. All rights reserved.