Package com.tangosol.run.xml
Class SaxParser.ResourceResolver
java.lang.Object
com.tangosol.run.xml.SaxParser.ResourceResolver
- All Implemented Interfaces:
 LSResourceResolver
- Enclosing class:
 SaxParser
An ResourceResolver implementation that is used when Java 22+ strict XML catalog resolve is enabled.
 This class is required to work around the issue that is described in OWLS-116652
- Since:
 - 24.03
 
- 
Method Summary
 
- 
Method Details
- 
resolveResource
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) - Specified by:
 resolveResourcein interfaceLSResourceResolver
 
 -