com.caucho.soa.rest |
|
Java Source File Name | Type | Comment |
Delete.java | Annotation | The given method is intended to be executed on a DELETE. |
Get.java | Annotation | The given method is intended to be executed on a GET. |
Head.java | Annotation | The given method is intended to be executed on a HEAD. |
HessianRestProtocolServlet.java | Class | A binding for REST services. |
HessianRestProxy.java | Class | |
JAXBRestProtocolServlet.java | Class | A binding for REST services. |
JAXBRestProxy.java | Class | |
Post.java | Annotation | The given method is intended to be executed on a POST. |
Put.java | Annotation | The given method is intended to be executed on a PUT. |
RestEncoding.java | enum | |
RestException.java | Class | |
RestMethod.java | Annotation | A REST Method. |
RestParam.java | Annotation | |
RestProtocolServlet.java | Class | A binding for REST services. |
RestProxy.java | Class | |
RestService.java | Annotation | A REST Method. |