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 | Field and Description |
---|---|
private GrammarReaderController2 |
WSDLGrammarReaderController.nextController |
Modifier and Type | Method and Description |
---|---|
static XMLSchemaGrammar |
WSDLSchemaReader.read(javax.xml.transform.Source wsdlSource,
javax.xml.parsers.SAXParserFactory factory,
GrammarReaderController2 controller)
Read the schemas from a WSDL.
|
Constructor and Description |
---|
WSDLGrammarReaderController(GrammarReaderController2 nextController,
java.lang.String baseURI,
java.util.Map<java.lang.String,EmbeddedSchema> sources)
create the resolving controller.
|