SIKServiceHandler Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SIKServiceHandler.h SIKServiceHandler.m |
+ getInstance
It provides singleton instance of ServiceHandler class
+ (SIKServiceHandler *)getInstanceReturn Value
ServiceHandler singleton instance
Discussion
It provides singleton instance of ServiceHandler class
Declared In
SIKServiceHandler.h
– handle:
It handles the service request
- (void)handle:(id<SIKIService>)serviceParameters
service |
Service instance @throws ServiceException If any exception occur while handling the service request |
|---|
Discussion
It handles the service request
Declared In
SIKServiceHandler.h