public class ConfigHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static ConfigHelper |
getInstance() |
RestInvokeConf |
getNextRestConf() |
SoapInvokeConf |
getNextSoapConf() |
Map<RestInvokeConf,Integer> |
getRestSteps() |
Map<SoapInvokeConf,Integer> |
getSoapSteps() |
void |
setRestSteps(Map<RestInvokeConf,Integer> restSteps) |
void |
setSoapSteps(Map<SoapInvokeConf,Integer> soapSteps) |
public static ConfigHelper getInstance()
public RestInvokeConf getNextRestConf()
public SoapInvokeConf getNextSoapConf()
public Map<RestInvokeConf,Integer> getRestSteps()
public void setRestSteps(Map<RestInvokeConf,Integer> restSteps)
public Map<SoapInvokeConf,Integer> getSoapSteps()
public void setSoapSteps(Map<SoapInvokeConf,Integer> soapSteps)
Copyright © 2018. All rights reserved.