Inherits from NSObject
Declared in STWServiceCall.h
STWServiceCall.m

Overview

STWServiceCall is the domain model class which represents the Straw Service Call from Browser.

Tasks

Properties

callId

id of the Service Method call

@property (nonatomic, retain) NSString *callId

Discussion

id of the Service Method call

Declared In

STWServiceCall.h

method

Service Method name to call

@property (nonatomic, retain) NSString *method

Discussion

Service Method name to call

Declared In

STWServiceCall.h

params

Service Method paramter to call

@property (nonatomic, retain) NSDictionary *params

Discussion

Service Method paramter to call

Declared In

STWServiceCall.h

service

Service name to call

@property (nonatomic, retain) NSString *service

Discussion

Service name to call

Declared In

STWServiceCall.h

Instance Methods

selector

Return the selector corresponding to the method.

- (SEL)selector

Return Value

the selector corresponding to the method

Discussion

Return the selector corresponding to the method.

Declared In

STWServiceCall.h

selectorName

Return the selector’s name.

- (NSString *)selectorName

Return Value

the selector’s name

Discussion

Return the selector’s name.

Declared In

STWServiceCall.h