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
resolveEntity
XMLEntityResolver.Parser resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException,
XMLStreamException
- See
EntityResolver.resolveEntity(String, String) for the contract.
- Throws:
SAXException
IOException
XMLStreamException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.