Class ServiceLayerDecorator

java.lang.Object
com.google.web.bindery.requestfactory.server.ServiceLayer
com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
Direct Known Subclasses:
FindServiceLayer, LocatorServiceLayer, ReflectiveServiceLayer, ResolverServiceLayer, ServiceLayerCache

public class ServiceLayerDecorator extends ServiceLayer
Users that intend to alter how RequestFactory interacts with the domain environment can extend this type and provide it to ServiceLayer.create(ServiceLayerDecorator...). The methods defined in this type will automatically delegate to the next decorator or the root service object after being processed bycreate().