public class WSDLGrammarReaderController extends Object implements GrammarReaderController2, LSResourceResolver
| Constructor and Description |
|---|
WSDLGrammarReaderController(GrammarReaderController2 nextController,
String baseURI,
Map<String,EmbeddedSchema> sources)
create the resolving controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(Locator[] locs,
String msg,
Exception nestedException) |
LSResourceResolver |
getLSResourceResolver() |
InputSource |
resolveEntity(String publicId,
String systemId) |
LSInput |
resolveResource(String type,
String namespaceURI,
String publicId,
String systemId,
String baseURI) |
void |
warning(Locator[] locs,
String errorMessage) |
public WSDLGrammarReaderController(GrammarReaderController2 nextController, String baseURI, Map<String,EmbeddedSchema> sources)
baseURI - URI of the WSDL.sources - public void error(Locator[] locs, String msg, Exception nestedException)
error in interface GrammarReaderControllerpublic void warning(Locator[] locs, String errorMessage)
warning in interface GrammarReaderControllerpublic InputSource resolveEntity(String publicId, String systemId)
resolveEntity in interface EntityResolverpublic LSResourceResolver getLSResourceResolver()
getLSResourceResolver in interface GrammarReaderController2public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
resolveResource in interface LSResourceResolverCopyright © 2014 Oracle Corporation. All Rights Reserved.