public class SampleCallProcessor extends Object implements CallProcessor
| Constructor and Description |
|---|
SampleCallProcessor() |
| 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 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.