SIKServiceHandler Class Reference

Inherits from NSObject
Declared in SIKServiceHandler.h
SIKServiceHandler.m

Overview

It is a singleton class which handles all service requests

+ getInstance

It provides singleton instance of ServiceHandler class

+ (SIKServiceHandler *)getInstance

Return 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>)service

Parameters

service

Service instance @throws ServiceException If any exception occur while handling the service request

Discussion

It handles the service request

Declared In

SIKServiceHandler.h