public class SetClientLanguageCallProcessor extends Object implements CallProcessor
| Modifier and Type | Field and Description |
|---|---|
static String[] |
METHODS |
static String |
PARAMETER_LANG |
| Constructor and Description |
|---|
SetClientLanguageCallProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected LanguageModel |
getLanguage(String isocode) |
String[] |
getMethods() |
String[] |
process(String method,
Map<String,String> parameters)
Processes a certain Werk II Comet call
|
void |
setCommonI18NService(CommonI18NService commonI18nService) |
void |
setSessionService(SessionService sessionService) |
public static final String[] METHODS
public static final String PARAMETER_LANG
public String[] process(String method, Map<String,String> parameters) throws CometException
CallProcessorprocess in interface CallProcessormethod - The name of the incoming Werk II Comet callparameters - The call's parametersCometException - If an error occurs while processing the callprotected LanguageModel getLanguage(String isocode)
public String[] getMethods()
getMethods in interface Processorpublic void setCommonI18NService(CommonI18NService commonI18nService)
public void setSessionService(SessionService sessionService)
Copyright © 2017 SAP SE. All Rights Reserved.