public final class WSDLSchemaReader extends Object
Modifier and Type | Method and Description |
---|---|
static XMLSchemaGrammar |
read(Source wsdlSource,
SAXParserFactory factory,
GrammarReaderController2 controller)
Read the schemas from a WSDL.
|
public static XMLSchemaGrammar read(Source wsdlSource, SAXParserFactory factory, GrammarReaderController2 controller) throws XPathExpressionException, TransformerConfigurationException, 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.XPathExpressionException
TransformerException
TransformerConfigurationException
Copyright © 2016 Oracle Corporation. All rights reserved.