Uses of Class
org.apache.synapse.util.streaming_xpath.exception.StreamingXPATHException
-
Packages that use StreamingXPATHException Package Description org.apache.synapse.util.streaming_xpath -
-
Uses of StreamingXPATHException in org.apache.synapse.util.streaming_xpath
Methods in org.apache.synapse.util.streaming_xpath that throw StreamingXPATHException Modifier and Type Method Description String
StreamingXPATH. getStringValue(InputStream inputStream)
This will return the XPATH expression's result when you provide a Input Stream To a XMLString
StreamingXPATH. getStringValue(org.apache.axiom.om.OMElement documentElement)
This will return the XPATH expression's result when you provide a Input Stream To a XMLConstructors in org.apache.synapse.util.streaming_xpath that throw StreamingXPATHException Constructor Description StreamingXPATH(String xPath)
This constructor is responsible For Create a Custom XPATH Parser Object
-