Interface | Description |
---|---|
ClientExceptionMapper |
All client-side REST exception mappers must implement this interface.
|
JaxrsProxyLoader |
This interface, JaxrsProxyLoader, is used internally during compile time to produce the required proxies.
|
MarshallingWrapper.Marshaller | |
ResponseDemarshallingCallback<T> |
A callback used by the generated JAX-RS proxies to demarshall the response of an HTTP request.
|
Class | Description |
---|---|
AbstractJaxrsProxy |
JAX-RS proxies are
RpcStub s managed by the shared RemoteServiceProxyFactory . |
AbstractJSONClientExceptionMapper |
A simple base class for exception mappers that expect a JSON payload
when unmarshalling errors.
|
JacksonTransformer |
Utility to transform Errai's JSON to a Jackson compatible JSON and vice versa.
|
JaxrsModule |
Bootstrapper of the JAX-RS module.
|
MarshallingWrapper |
Wrapper around
Marshalling to provide a hook for format transformations. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.