All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.config.IXmlSchemaCompatibilityConfig Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
/*
 * Copyright 2014 Guidewire Software, Inc.
 */

package gw.config;

public interface IXmlSchemaCompatibilityConfig extends IService {

  /**
   * Should compatibility mode (old typeloader) be used for the specified schema?
   * @param namespace the schema namespace
   * @return true if compatibility mode (old typeloader) should be used for the specified schema
   */
  boolean useCompatibilityMode( String namespace );

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy