Apache CXF API

org.apache.cxf.tools.validator.internal
Class Stax2DOM

java.lang.Object
  extended by org.apache.cxf.tools.validator.internal.Stax2DOM

public class Stax2DOM
extends Object


Constructor Summary
Stax2DOM()
           
 
Method Summary
 Document getDocument(File wsdl)
           
 Document getDocument(String wsdl)
           
 Document getDocument(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stax2DOM

public Stax2DOM()
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

Apache CXF API

Apache CXF