Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 53 → Rev 54

/xservices/trunk/src/java/net/brutex/xservices/ws/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();
}