GWT 2.4.0

Package com.google.web.bindery.requestfactory.server

Server side classes for mediating between the client side and the persistent datastore.

See:
          Description

Interface Summary
ExceptionHandler Handles an exception produced while processing a request.
RequestFactoryJarExtractor.Emitter Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.
RequestFactoryJarExtractor.Loader Abstracts the mechanism by which class files are loaded.
 

Class Summary
DefaultExceptionHandler Default implementation for handling exceptions thrown while processing a request.
FindServiceLayer Allows the use of a very short operation name for the find method.
Logging Server side object that handles log messages sent by RequestFactoryLogHandler .
RequestFactoryJarExtractor Used to extract RequestFactory client jars from gwt-user.jar.
RequestFactoryJarExtractor.ClassLoaderLoader An implementation of RequestFactoryJarExtractor.ClassLoaderLoader that uses a ClassLoader to retrieve the class files.
RequestFactoryJarExtractor.JarEmitter An Emitter implementation that creates a jar file.
RequestFactoryServlet Handles GWT RequestFactory JSON requests.
ServiceLayer The ServiceLayer mediates all interactions between the SimpleRequestProcessor and the domain environment.
ServiceLayerDecorator Users that intend to alter how RequestFactory interacts with the domain environment can extend this type and provide it to ServiceLayer.create(ServiceLayerDecorator...).
SimpleRequestProcessor Processes request payloads from a RequestFactory client.
 

Enum Summary
RequestFactoryJarExtractor.Mode Controls what is emitted by the tool.
 

Package com.google.web.bindery.requestfactory.server Description

Server side classes for mediating between the client side and the persistent datastore. This package contains classes that can receive client side read and write requests in the JSON format, perform the necessary operations on the persistent datastore, and return the results in JSON format.

Since:
GWT 2.1

GWT 2.4.0