public class ForumWebService
extends java.lang.Object
Initial Date: 20 apr. 2010
| 构造器和说明 |
|---|
ForumWebService(Forum forum) |
| 限定符和类型 | 方法和说明 |
|---|---|
javax.ws.rs.core.Response |
getMessages(java.lang.Long threadKey)
Retrieves the messages in the thread
|
javax.ws.rs.core.Response |
getThreads()
Retrieves the threads in the forum
|
public ForumWebService(Forum forum)
public javax.ws.rs.core.Response getThreads()
forumKey - The id of the forumpublic javax.ws.rs.core.Response getMessages(java.lang.Long threadKey)
threadKey - The key of the thread