| Interface | Description |
|---|---|
| ArgumentPreprocessor | |
| Component |
Interface for remote components
|
| ComponentListener<T> | |
| ComponentListener.Handler<T> | |
| ExceptionHandler | |
| InvocationInterceptor | |
| ServerSession.ServiceFactory |
Internal SPI to define how remoting/messaging elements are created
|
| ServerSession.Status |
Status notified of network related events
|
| ServerSession.TransportExceptionListener | |
| ServerSession.TransportIOListener | |
| ServiceConfigurator | |
| TideFaultHandler | |
| TideMergeResponder<T> | |
| TideResponder<T> | |
| TideResultHandler<T> |
| Class | Description |
|---|---|
| Fault | |
| ServerSession |
ServerSession provides an API to manage all communications with the server
It can be setup as a managed bean with Spring or CDI or created manually and attached to a Tide context
ServerSession serverSession = tideContext.set(new ServerSession("/myapp", "localhost", 8080));
|
| ServerSession.DefaultStatus | |
| SimpleTideResponder<T> | |
| TideFaultEvent |
Event that is provided to Tide result handlers and that holds the result object.
|
| TideResponders |
Convenience classes to build Tide responders
|
| TideResultEvent<T> |
Event that is provided to Tide result handlers and that holds the result object.
|
| TideRpcEvent |
Event that is provided to Tide result handlers and that holds the result object.
|
| Exception | Description |
|---|---|
| FaultException |