Package org.openremote.container.xml
Class CatalogResourceResolver
java.lang.Object
org.openremote.container.xml.CatalogResourceResolver
- All Implemented Interfaces:
LSResourceResolver
Another namespace-URI-to-whatever (namespace, context, resolver, map) magic thingy.
Of course it's just a map, like so many others in the JAXP hell. But this time someone really went all out on the API fugliness. The person who designed this probably got promoted and is now designing the signaling system for the airport you are about to land on. Feeling better?
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CatalogResourceResolver
-
-
Method Details
-
resolveResource
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) - Specified by:
resolveResource
in interfaceLSResourceResolver
-