Package com.jsql.util
Class SoapUtil
java.lang.Object
com.jsql.util.SoapUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Document
convertToDocument
(String xmlStr) boolean
isTextNodeInjectable
(Document doc, Node node) static void
removeInjectionPoint
(Document doc, Node node) boolean
testParameters
(boolean hasFoundInjection)
-
Constructor Details
-
SoapUtil
-
-
Method Details
-
testParameters
public boolean testParameters(boolean hasFoundInjection) -
convertToDocument
public static Document convertToDocument(String xmlStr) throws ParserConfigurationException, SAXException, IOException -
isTextNodeInjectable
-
removeInjectionPoint
-