public class TestWebServiceImpl extends java.lang.Object implements TestWebService
Constructor and Description |
---|
TestWebServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
setMonitorData(java.lang.String device,
MonitorData MD)
Web method that gets the name of the device and the data collected by it.
|
void |
setTerminalData(java.lang.String device,
TerminalData data)
Web method that gets the name of the cell phone and the data collected by it.
|
public void setMonitorData(java.lang.String device, MonitorData MD)
TestWebService
setMonitorData
in interface TestWebService
device
- The name of the deviceMD
- MonitorData object that contains the data from the devicepublic void setTerminalData(java.lang.String device, TerminalData data)
TestWebService
setTerminalData
in interface TestWebService
device
- The name of the cell phonedata
- TerminalData object that contains the data from the cell phone