Uses of Package
si.mazi.rescu
| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
| si.mazi.rescu.serialization | |
| si.mazi.rescu.serialization.jackson |
-
Classes in si.mazi.rescu used by si.mazi.rescu Class Description ClientConfig ClientConfigUtil ExceptionalReturnContentException Throw this exception (eg.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 Interceptor InvocationAware InvocationResult Result of a REST service invocation.IRestProxyFactory 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.RequestWriter Interface for serializing data sent to REST services (HTTP body).RequestWriterResolver Resolves which RequestWriter to use for REST requests.ResponseReader Interface for deserializing of REST returned data.RestInvocation This holds name-value mapping for various types of params used in REST (QueryParam, PathParam, FormParam, HeaderParam).RestMethodMetadata SynchronizedValueFactory Allows services to accept a placeholder that is replaced with generated value just before message is serialized and sent. -
Classes in si.mazi.rescu used by si.mazi.rescu.serialization Class Description RequestWriter Interface for serializing data sent to REST services (HTTP body).ResponseReader Interface for deserializing of REST returned data.RestInvocation This holds name-value mapping for various types of params used in REST (QueryParam, PathParam, FormParam, HeaderParam). -
Classes in si.mazi.rescu used by si.mazi.rescu.serialization.jackson Class Description RequestWriter Interface for serializing data sent to REST services (HTTP body).ResponseReader Interface for deserializing of REST returned data.RestInvocation This holds name-value mapping for various types of params used in REST (QueryParam, PathParam, FormParam, HeaderParam).