Package com.levigo.jadice.server.ws.cfg
Class JobConfiguratorLocaleUtil
- java.lang.Object
-
- com.levigo.jadice.server.ws.cfg.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 Summary
Constructors Constructor Description JobConfiguratorLocaleUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-