Package com.jsql.util
Class SoapUtil
java.lang.Object
com.jsql.util.SoapUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentconvertToDocument(String xmlStr) booleanisTextNodeInjectable(Document doc, Node node) static voidremoveInjectionPoint(Document doc, Node node) booleantestParameters(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
-