FMWebSyncMessageResponseArgs Class Reference

Inherits from FMDynamic : FMSerializable : NSObject
Declared in FMWebSync.h

Overview

Arguments for receiving a message response.

– exception

Gets the exception generated while completing the request.

- (NSException *)exception

Discussion

Gets the exception generated while completing the request.

Declared In

FMWebSync.h

– headers

Gets the headers for the response.

- (FMNameValueCollection *)headers

Discussion

Gets the headers for the response.

Declared In

FMWebSync.h

– initWithRequestArgs:

Initializes a new instance of the class.

- (id)initWithRequestArgs:(FMWebSyncMessageRequestArgs *)requestArgs

Parameters

name="requestArgs">The

request arguments.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

+ messageResponseArgsWithRequestArgs:

Initializes a new instance of the class.

+ (FMWebSyncMessageResponseArgs *)messageResponseArgsWithRequestArgs:(FMWebSyncMessageRequestArgs *)requestArgs

Parameters

name="requestArgs">The

request arguments.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

– messages

Gets the messages read from the response.

- (NSMutableArray *)messages

Discussion

Gets the messages read from the response.

Declared In

FMWebSync.h

– requestArgs

Gets the original .

- (FMWebSyncMessageRequestArgs *)requestArgs

Discussion

Gets the original .

Declared In

FMWebSync.h

– setException:

Sets the exception generated while completing the request.

- (void)setException:(NSException *)value

Discussion

Sets the exception generated while completing the request.

Declared In

FMWebSync.h

– setHeaders:

Sets the headers for the response.

- (void)setHeaders:(FMNameValueCollection *)value

Discussion

Sets the headers for the response.

Declared In

FMWebSync.h

– setMessages:

Sets the messages read from the response.

- (void)setMessages:(NSMutableArray *)value

Discussion

Sets the messages read from the response.

Declared In

FMWebSync.h

– setRequestArgs:

Sets the original .

- (void)setRequestArgs:(FMWebSyncMessageRequestArgs *)value

Discussion

Sets the original .

Declared In

FMWebSync.h