| Interface | Description |
|---|---|
| IServiceResolver |
Interface for objects that resolve service names to services.
|
| Class | Description |
|---|---|
| Call |
Basic service call (remote call) implementation
|
| ContextServiceResolver |
Resolve services that have been configured in the context of a scope.
|
| HandlerServiceResolver |
Allow scope handlers to create service handlers dynamically.
|
| Installer |
This service provides the means to list, download, install, and un-install
applications from a given url.
|
| PendingCall |
Pending call is remote call operation that is in pending state.
|
| ScopeServiceResolver |
Resolves service names in custom configured services of a scope.
|
| ServiceInvoker |
Makes remote calls, invoking services, resolves service handlers
|
| ServiceUtils | |
| WarDeployer |
This service provides the means to auto-deploy a war.
|
| Exception | Description |
|---|---|
| MethodNotFoundException |
Thrown if service method is not found so call throws exception
|
| NotAllowedException |
Thrown when a client is not allowed to execute a method.
|
| ServiceNotFoundException |
Thrown when service can't be found thus remote call throws an exception
|
Copyright © 2006-2012 The Red5 Project