All Classes
| Class | Description |
|---|---|
| AnnotationUtils | |
| AwareException | |
| BasicAuthCredentials | |
| BooleanDeserializer | |
| ClientConfig | |
| ClientConfigUtil | |
| DefaultJacksonObjectMapperFactory |
Default implementation for JacksonObjectMapperFactory
|
| EnumIntDeserializer<E extends Enum<E>> | |
| EnumIntDeserializerOneBased<E extends Enum<E>> | |
| ExceptionalReturnContentException |
Throw this exception (eg.
|
| FloatingTimestampDeserializer | |
| FormUrlEncodedRequestWriter |
Writes the @FormParam annotated data as URL-encoded string.
|
| HmacPostBodyDigest |
This may be used as the value of a @HeaderParam, @QueryParam or @PathParam to create a digest of the post body (composed of @FormParam's).
|
| HttpMethod | |
| HttpResponseAware | |
| HttpStatusException | |
| HttpStatusExceptionSupport | |
| HttpStatusIOException | |
| HttpUtils | |
| IgnoreThrowableProperties |
Deserializing
Throwable objects has caused problems on some restricted platforms
(in particular, GAE). |
| Interceptor | |
| InvocationAware | |
| InvocationResult |
Result of a REST service invocation.
|
| IRestProxyFactory | |
| JacksonConfigureListener | Deprecated.
Use
JacksonObjectMapperFactory instead. |
| JacksonObjectMapperFactory |
Factory for Jackson's ObjectMapper
|
| JacksonRequestWriter |
Writes the data as JSON-serialized string using Jackson.
|
| JacksonResponseReader |
Reads the JSON responses into POJO object using Jackson.
|
| LongValueFactory | |
| NullRequestWriter | |
| Params |
This class provides support for various types of HTTP params, especially in the context of RESTful web services, but may be also used to construct urls in other contexts.
|
| ParamsDigest |
This may be used for REST APIs where some parameters' values must be digests of other parameters.
|
| PlainTextResponseReader |
Returns the response body as a string.
|
| RequestWriter |
Interface for serializing data sent to REST services (HTTP body).
|
| RequestWriterResolver |
Resolves which RequestWriter to use for REST requests.
|
| RescuOAuthRequestAdapter | |
| ResponseReader |
Interface for deserializing of REST returned data.
|
| ResponseReaderResolver |
Resolves which ResponseReader to use for REST responses.
|
| RestInvocation |
This holds name-value mapping for various types of params used in REST (QueryParam, PathParam, FormParam, HeaderParam).
|
| RestInvocationHandler | |
| RestMethodMetadata | |
| RestProxyFactory | |
| RestProxyFactoryImpl |
The default implementation of
IRestProxyFactory that calls RestProxyFactory |
| SqlTimeDeserializer | |
| SynchronizedValueFactory<T> |
Allows services to accept a placeholder that is replaced with generated value just before message is serialized and sent.
|
| TimestampDeserializer | |
| ToStringRequestWriter |
Writes the data as string using toString.
|
| Utils | |
| YesNoBooleanDeserializerImpl |