Package com.sun.xml.ws.api.wsdl.parser
Interface XMLEntityResolver
- All Known Implementing Classes:
MexEntityResolver
public interface XMLEntityResolver
Resolves a reference to
XMLStreamReader.
This is kinda like EntityResolver but works
at the XML infoset level.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionresolveEntity(String publicId, String systemId) SeeEntityResolver.resolveEntity(String, String)for the contract.
-
Method Details
-
resolveEntity
XMLEntityResolver.Parser resolveEntity(String publicId, String systemId) throws SAXException, IOException, XMLStreamException SeeEntityResolver.resolveEntity(String, String)for the contract.
-