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 GrammarReaderController
public void warning(Locator[] locs, String errorMessage)
warning
in interface GrammarReaderController
public InputSource resolveEntity(String publicId, String systemId)
resolveEntity
in interface EntityResolver
public LSResourceResolver getLSResourceResolver()
getLSResourceResolver
in interface GrammarReaderController2
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
resolveResource
in interface LSResourceResolver
Copyright © 2016 Oracle Corporation. All rights reserved.