Class Stax2DOM
- java.lang.Object
-
- org.apache.cxf.tools.validator.internal.Stax2DOM
-
public class Stax2DOM extends Object
-
-
Constructor Summary
Constructors Constructor Description Stax2DOM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentgetDocument(File wsdl)DocumentgetDocument(String wsdl)DocumentgetDocument(URL url)
-
-
-
Method Detail
-
getDocument
public Document getDocument(String wsdl) throws ToolException
- Throws:
ToolException
-
getDocument
public Document getDocument(URL url) throws ToolException
- Throws:
ToolException
-
getDocument
public Document getDocument(File wsdl) throws ToolException
- Throws:
ToolException
-
-