Class JobConfiguratorLocaleUtil


  • public class JobConfiguratorLocaleUtil
    extends Object
    This class is a utility class for applying the clientLocale property from SOAP job requests to the job that shall be created.
    • Constructor Detail

      • JobConfiguratorLocaleUtil

        public JobConfiguratorLocaleUtil()
    • Method Detail

      • applyClientLocale

        public static void applyClientLocale​(JobConfiguration cfg,
                                             com.levigo.jadice.server.client.internal.DefaultJobInternalImpl defaultJobInternal)
        This method applies a the settings of a clientLocale property in the soap configuration object to the job that shall be created.
        Parameters:
        cfg - the configuration object that has been received via SOAP.
        defaultJobInternal - the new job the shall be created.