Package gw.config
Interface IXmlSchemaCompatibilityConfig
- All Superinterfaces:
IPluginHost
,IService
- All Known Implementing Classes:
DefaultXmlSchemaCompatibilityConfig
-
Method Summary
Modifier and TypeMethodDescriptionboolean
useCompatibilityMode
(String namespace) Should compatibility mode (old typeloader) be used for the specified schema?Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
Method Details
-
useCompatibilityMode
Should compatibility mode (old typeloader) be used for the specified schema?- Parameters:
namespace
- the schema namespace- Returns:
- true if compatibility mode (old typeloader) should be used for the specified schema
-