com.sun.xml.ws.wsdl.parser
Class MexEntityResolver
java.lang.Object
com.sun.xml.ws.wsdl.parser.MexEntityResolver
- All Implemented Interfaces:
- XMLEntityResolver
public final class MexEntityResolver
- extends Object
- implements XMLEntityResolver
Entity resolver that works on MEX Metadata
- Author:
- Vivek Pandey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MexEntityResolver
public MexEntityResolver(List<? extends Source> wsdls)
throws IOException
- Throws:
IOException
resolveEntity
public XMLEntityResolver.Parser resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException,
XMLStreamException
- Description copied from interface:
XMLEntityResolver
- See
EntityResolver.resolveEntity(String, String) for the contract.
- Specified by:
resolveEntity in interface XMLEntityResolver
- Throws:
SAXException
IOException
XMLStreamException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.