|
Classes in org.apache.clerezza.jaxrs.extensions used by org.apache.clerezza.jaxrs.extensions |
HttpRequest
This interface marks instances representing HTTP-Requests, it does not
specify any methods to allow implementations to wrap or mark the request of
their container/implementation. |
MethodResponse
This class extends Response to contain a reference to
the method generating this response (or an object wrapped therein) so that an
implementation can base selection of the MessageBodyWriter
basing on annotations/declared return type of this method. |
ResourceMethodException
Wraps exception thrown by a resource method. |