STWServiceCall Class Reference
| Inherits from | NSObject |
| Declared in | STWServiceCall.h STWServiceCall.m |
Overview
STWServiceCall is the domain model class which represents the Straw Service Call from Browser.
Properties
callId
id of the Service Method call
@property (nonatomic, retain) NSString *callIdDiscussion
id of the Service Method call
Declared In
STWServiceCall.hmethod
Service Method name to call
@property (nonatomic, retain) NSString *methodDiscussion
Service Method name to call
Declared In
STWServiceCall.h