Package com.tangosol.run.xml
Class SaxParser.ResourceResolver
- java.lang.Object
-
- com.tangosol.run.xml.SaxParser.ResourceResolver
-
- All Implemented Interfaces:
LSResourceResolver
- Enclosing class:
- SaxParser
public static class SaxParser.ResourceResolver extends Object implements LSResourceResolver
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LSInput
resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
-
-
-
Method Detail
-
resolveResource
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
- Specified by:
resolveResource
in interfaceLSResourceResolver
-
-