wxservice.ws
Interface WxService
public interface WxService
This class was generated by the JAX-WS RI.
JAX-WS RI 2.1.4-b01-
Generated source version: 2.1
getConfiguration
@RequestWrapper(localName="getConfiguration",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.GetConfiguration")
@ResponseWrapper(localName="getConfigurationResponse",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.GetConfigurationResponse")
java.util.List<WebConfigData> getConfiguration()
throws ServiceException_Exception
- Returns:
- returns java.util.List
- Throws:
ServiceException_Exception
setConfiguration
@RequestWrapper(localName="setConfiguration",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.SetConfiguration")
@ResponseWrapper(localName="setConfigurationResponse",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.SetConfigurationResponse")
void setConfiguration(java.util.List<WebConfigData> config)
throws ServiceException_Exception
- Parameters:
config
-
- Throws:
ServiceException_Exception
getFileNames
@RequestWrapper(localName="getFileNames",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.GetFileNames")
@ResponseWrapper(localName="getFileNamesResponse",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.GetFileNamesResponse")
java.util.List<java.lang.String> getFileNames()
throws ServiceException_Exception
- Returns:
- returns java.util.List
- Throws:
ServiceException_Exception
getFileData
@RequestWrapper(localName="getFileData",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.GetFileData")
@ResponseWrapper(localName="getFileDataResponse",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.GetFileDataResponse")
java.util.List<java.lang.String> getFileData(java.lang.String fileName)
throws ServiceException_Exception
- Parameters:
fileName
-
- Returns:
- returns java.util.List
- Throws:
ServiceException_Exception
getSensorData
@RequestWrapper(localName="getSensorData",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.GetSensorData")
@ResponseWrapper(localName="getSensorDataResponse",
targetNamespace="urn:xmlns:uppiano-karl:wxservice",
className="wxservice.ws.GetSensorDataResponse")
java.util.List<WebSensorData> getSensorData(long time)
throws ServiceException_Exception
- Parameters:
time
-
- Returns:
- returns java.util.List
- Throws:
ServiceException_Exception