Interface RequestContext

All Known Subinterfaces:
LoggingRequest, LoggingRequest
All Known Implementing Classes:
com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext, FakeRequestContext, InProcessRequestContext

public interface RequestContext
The base interface for RequestFactory service endpoints. Implementations of this interface are provided by the RequestFactory plumbing and this interface may be extended in the future.
See Also: