Class PathInfo
- java.lang.Object
-
- org.wso2.carbon.message.store.ui.utils.PathInfo
-
public class PathInfo extends Object
Specifies the path info which will be included if xPath or jsonPath is being specified.
-
-
Constructor Summary
Constructors Constructor Description PathInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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)
-
-