Class ServiceLayer

java.lang.Object
com.google.web.bindery.requestfactory.server.ServiceLayer
Direct Known Subclasses:
ServiceLayerDecorator

public abstract class ServiceLayer extends Object
The ServiceLayer mediates all interactions between the SimpleRequestProcessor and the domain environment. The core service logic can be decorated by extending an ServiceLayerDecorator.

This API is subject to change in future releases.