|
pure virtual |
Starts a service.
| service | The service name. |
| response | The response callback. |
| exception | The exception callback. |
| current | The Current object of the incoming request. |
| IceBox::AlreadyStartedException | Thrown when the service is already running. |
| IceBox::NoSuchServiceException | Thrown when IceBox does not know a service named service. |