/xservices/trunk/src/java/net/brutex/xservices/ws/MiscService.java/MiscService.java |
---|
114,4 → 114,9 |
@WebMethod(operationName = "sleep") |
public ReturnCode sleep(@WebParam(name = "minutes") int minutes, |
@WebParam(name = "seconds") int seconds); |
@WebMethod(operationName = "getInfo") |
public ReturnCode getInfo(); |
} |