| Annotation Type | Description |
|---|---|
| HTTPAuthenticationParameter |
Define the method parameter to be a special authentication parameter.
|
| HTTPHeaderParameter |
A header parameter for HTTPServiceMethod.
|
| HTTPMethodParameter |
Annotation for defining a single parameter within a HTTPServiceMethod.
|
| HTTPService |
Annotation for making a class a Service.
|
| HTTPServiceMethod |
The objects returned by the method MUST BE of type or inherited type of core.tut.pori.http.Response or void if default Response is to be used
Note: Your web services MUST be thread-safe and re-entrant
The methods are mapped based on the method name (name()) and the accepted methods (acceptedMethods()).
|
Copyright © 2015 Tampere University of Technology, Pori Department.