Package com.thingworx.common.utils
Class GenericEntityResolver
java.lang.Object
com.thingworx.common.utils.GenericEntityResolver
- All Implemented Interfaces:
EntityResolver
@ThingworxExtensionApiClass(since={6,6},
canInstantiate=true)
public final class GenericEntityResolver
extends Object
implements EntityResolver
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GenericEntityResolver
public GenericEntityResolver()
-
-
Method Details
-
resolveEntity
@ThingworxExtensionApiMethod(since={6,6}) public InputSource resolveEntity(String publicID, String systemID) throws IOException, SAXException - Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
IOException
- If an error occursSAXException
- If an error occurs
-