|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exoplatform.services.ws.rest.simple.SimpleService
public class SimpleService
This service does not do real work, it useful to check rest-ejb connector.
| Constructor Summary | |
|---|---|
SimpleService()
|
|
| Method Summary | |
|---|---|
Response |
delete()
Delete data. |
Response |
get()
Get actual data. |
Response |
post(java.lang.String data)
Set data. |
Response |
put(java.lang.String data)
Set data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleService()
| Method Detail |
|---|
public Response get()
public Response post(java.lang.String data)
data - the data.
public Response put(java.lang.String data)
data - the data.
public Response delete()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||