public class SetOSCallProcessor extends Object implements CallProcessor
| Modifier and Type | Field and Description |
|---|---|
static String[] |
METHODS |
static String |
PARAMETER_OS |
| Constructor and Description |
|---|
SetOSCallProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMethods() |
String[] |
process(String method,
Map<String,String> parameters)
Processes a certain Werk II Comet call
|
public static final String[] METHODS
public static final String PARAMETER_OS
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 callpublic String[] getMethods()
getMethods in interface ProcessorCopyright © 2017 SAP SE. All Rights Reserved.