Package | Description |
---|---|
com.google.web.bindery.requestfactory.server |
Server-side classes for mediating between the client-side and the persistent
datastore.
|
com.google.web.bindery.requestfactory.shared |
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
|
Modifier and Type | Method and Description |
---|---|
ServerFailure |
ExceptionHandler.createServerFailure(java.lang.Throwable throwable)
Generates a
ServerFailure based on the information contained in the
received exception . |
ServerFailure |
DefaultExceptionHandler.createServerFailure(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
void |
Receiver.onFailure(ServerFailure error)
Receives general failure notifications.
|
void |
FanoutReceiver.onFailure(ServerFailure error) |
void |
RequestTransport.TransportReceiver.onTransportFailure(ServerFailure failure)
Called to report a transmission failure as a ServerFailure.
|