Package gw.config
Interface IXmlSchemaCompatibilityConfig
-
- All Superinterfaces:
IPluginHost
,IService
- All Known Implementing Classes:
DefaultXmlSchemaCompatibilityConfig
public interface IXmlSchemaCompatibilityConfig extends IService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
useCompatibilityMode(String namespace)
Should compatibility mode (old typeloader) be used for the specified schema?-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
useCompatibilityMode
boolean useCompatibilityMode(String namespace)
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
-
-