Package com.sun.xml.ws.wsdl.parser
Class MexEntityResolver
java.lang.Object
com.sun.xml.ws.wsdl.parser.MexEntityResolver
- All Implemented Interfaces:
XMLEntityResolver
Entity resolver that works on MEX Metadata
- Author:
- Vivek Pandey
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver
XMLEntityResolver.Parser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEntity(String publicId, String systemId) SeeEntityResolver.resolveEntity(String, String)for the contract.
-
Constructor Details
-
MexEntityResolver
- Throws:
IOException
-
-
Method Details
-
resolveEntity
public XMLEntityResolver.Parser resolveEntity(String publicId, String systemId) throws SAXException, IOException, XMLStreamException Description copied from interface:XMLEntityResolverSeeEntityResolver.resolveEntity(String, String)for the contract.- Specified by:
resolveEntityin interfaceXMLEntityResolver- Throws:
SAXExceptionIOExceptionXMLStreamException
-