Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 54 → Rev 23

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