Uses of Package
com.google.web.bindery.requestfactory.server
Package
Description
Server-side classes for mediating between the client-side and the persistent
datastore.
Jakarta-specific package for server-only classes.
-
ClassDescriptionHandles an exception produced while processing a request.Encapsulates exceptions that should be thrown back to the client.Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.Improves error messages by providing context for the user.Abstracts the mechanism by which class files are loaded.Controls what is emitted by the tool.Encapsulates all state relating to the processing of a single request so that the SimpleRequestProcessor can be stateless.Responsible for converting between domain and client entities.The ServiceLayer mediates all interactions between the
SimpleRequestProcessor
and the domain environment.Users that intend to alter how RequestFactory interacts with the domain environment can extend this type and provide it toServiceLayer.create(ServiceLayerDecorator...)
.This parameterization is so long, it improves readability to have a specific type.Encapsulates exceptions that indicate something went wrong in RequestFactory code. -
ClassDescriptionHandles an exception produced while processing a request.Users that intend to alter how RequestFactory interacts with the domain environment can extend this type and provide it to
ServiceLayer.create(ServiceLayerDecorator...)
. -