Interface | Description |
---|---|
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.
|
RootResourceExecutor |
A class implementing a RootResourceExecutor provides functionality to handle a
request directly on a specified jaxrs resource.
|
Class | Description |
---|---|
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. |
Exception | Description |
---|---|
ResourceMethodException |
Wraps exception thrown by a resource method.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.