Package com.sun.xml.ws.api.wsdl.parser
Interface XMLEntityResolver
-
- All Known Implementing Classes:
MexEntityResolver
public interface XMLEntityResolverResolves a reference toXMLStreamReader. This is kinda likeEntityResolverbut works at the XML infoset level.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classXMLEntityResolver.Parser
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLEntityResolver.ParserresolveEntity(String publicId, String systemId)SeeEntityResolver.resolveEntity(String, String)for the contract.
-
-
-
Method Detail
-
resolveEntity
XMLEntityResolver.Parser resolveEntity(String publicId, String systemId) throws SAXException, IOException, XMLStreamException
SeeEntityResolver.resolveEntity(String, String)for the contract.
-
-