public final class WSDLSchemaReader
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static XMLSchemaGrammar |
read(javax.xml.transform.Source wsdlSource,
javax.xml.parsers.SAXParserFactory factory,
GrammarReaderController2 controller)
Read the schemas from a WSDL.
|
public static XMLSchemaGrammar read(javax.xml.transform.Source wsdlSource, javax.xml.parsers.SAXParserFactory factory, GrammarReaderController2 controller) throws javax.xml.xpath.XPathExpressionException, javax.xml.transform.TransformerConfigurationException, javax.xml.transform.TransformerException
wsdlSource - the WSDL, in any of the TRaX sources.factory - a SAX parser factory, used to obtain a SAX parser used internally in the reading
process.controller - Object to handle errors, warnings, and provide a resolver for non-local schemas.javax.xml.xpath.XPathExpressionExceptionjavax.xml.transform.TransformerExceptionjavax.xml.transform.TransformerConfigurationExceptionMSV