|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| org.exoplatform.services.rest | Representational State Transfer (REST) is a style of software architecture for distributed
hypermedia systems such as the World Wide Web. This package consists one of implementation REST style architecture. |
| org.exoplatform.services.ws.rest.samples | |
| org.exoplatform.services.ws.rest.simple | |
| org.exoplatform.ws.frameworks.cometd.loadbalancer | |
| org.exoplatform.ws.frameworks.cometd.transport | |
| Uses of Response in org.exoplatform.services.rest |
|---|
| Methods in org.exoplatform.services.rest that return Response | |
|---|---|
Response |
Response.Builder.build()
create REST Response with parameters collected by Builder. |
Response |
ResourceDispatcher.dispatch(Request request)
Dispatches Request to method of ResourceContainer. |
| Uses of Response in org.exoplatform.services.ws.rest.samples |
|---|
| Methods in org.exoplatform.services.ws.rest.samples that return Response | |
|---|---|
Response |
Calculator.add(Integer firstItem,
Integer secondItem)
Add two items. |
Response |
Calculator.divide(Integer firstItem,
Integer secondItem)
Divide two items. |
Response |
XMLBookService.get(String key)
Return request with XML body which represent Book object. |
Response |
JsonBookService.get(String key)
Return request with JSON body which represent Book object. |
Response |
XMLBookService.get2(String key)
Return request with HTML body which represent Book object. |
Response |
Calculator.multiply(Integer firstItem,
Integer secondItem)
Multiply two items. |
Response |
JsonBookService.post(String key,
String baseURI,
Book book)
Create new Book in BookStorage with specified key. |
Response |
Calculator.subtract(Integer firstItem,
Integer secondItem)
Subtract second item from first one. |
| Uses of Response in org.exoplatform.services.ws.rest.simple |
|---|
| Methods in org.exoplatform.services.ws.rest.simple that return Response | |
|---|---|
Response |
SimpleService.delete()
Delete data. |
Response |
SimpleService.get()
Get actual data. |
Response |
SimpleService.post(String data)
Set data. |
Response |
SimpleService.put(String data)
Set data. |
| Uses of Response in org.exoplatform.ws.frameworks.cometd.loadbalancer |
|---|
| Methods in org.exoplatform.ws.frameworks.cometd.loadbalancer that return Response | |
|---|---|
Response |
RESTLoadBalancerService.getCometdURL(String exoid)
|
Response |
RESTLoadBalancerService.release(String exoid)
|
| Uses of Response in org.exoplatform.ws.frameworks.cometd.transport |
|---|
| Methods in org.exoplatform.ws.frameworks.cometd.transport that return Response | |
|---|---|
Response |
RESTContinuationService.getToken(String exoID)
|
Response |
RESTContinuationService.hasChannel(String channel)
|
Response |
RESTContinuationService.isSubscribed(String exoID,
String channel)
|
Response |
RESTContinuationService.sendBroadcastMessage(DelegateMessage data)
|
Response |
RESTContinuationService.sendMessage(DelegateMessage data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||