Package | Description |
---|---|
com.sun.msv.reader |
reads XML representation of grammar and creates AGM.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Class and Description |
---|---|
class |
Controller
Internal view of GrammarReaderController.
|
Modifier and Type | Class and Description |
---|---|
class |
WSDLGrammarReaderController
Catch error messages and resolve schema locations.
|
Modifier and Type | Method and Description |
---|---|
static XMLSchemaGrammar |
WSDLSchemaReader.read(Source wsdlSource,
SAXParserFactory factory,
GrammarReaderController2 controller)
Read the schemas from a WSDL.
|
Constructor and Description |
---|
WSDLGrammarReaderController(GrammarReaderController2 nextController,
String baseURI,
Map<String,EmbeddedSchema> sources)
create the resolving controller.
|
Copyright © 2016 Oracle Corporation. All rights reserved.