Public Member Functions | Protected Attributes | Properties

AmazonServiceResponse Class Reference

Inherited by S3Response, SimpleDBBatchDeleteAttributesResponse, SimpleDBBatchPutAttributesResponse, SimpleDBCreateDomainResponse, SimpleDBDeleteAttributesResponse, SimpleDBDeleteDomainResponse, SimpleDBDomainMetadataResponse, SimpleDBGetAttributesResponse, SimpleDBListDomainsResponse, SimpleDBPutAttributesResponse, SimpleDBSelectResponse, SNSAddPermissionResponse, SNSConfirmSubscriptionResponse, SNSCreateTopicResponse, SNSDeleteTopicResponse, SNSGetTopicAttributesResponse, SNSListSubscriptionsByTopicResponse, SNSListSubscriptionsResponse, SNSListTopicsResponse, SNSPublishResponse, SNSRemovePermissionResponse, SNSSetTopicAttributesResponse, SNSSubscribeResponse, SNSUnsubscribeResponse, SQSAddPermissionResponse, SQSChangeMessageVisibilityResponse, SQSCreateQueueResponse, SQSDeleteMessageResponse, SQSDeleteQueueResponse, SQSGetQueueAttributesResponse, SQSListQueuesResponse, SQSReceiveMessageResponse, SQSRemovePermissionResponse, SQSSendMessageResponse, and SQSSetQueueAttributesResponse.

List of all members.

Public Member Functions

(void) - processBody
 Once the body has been received, perform additional processing, such as parse as XML.
(void) - connection:didReceiveResponse:
 delegate method for NSURLConnection
(void) - connection:didReceiveData:
 delegate method for NSURLConnection
(void) - connectionDidFinishLoading:
 delegate method for NSURLConnection

Protected Attributes

NSMutableData * body

Properties

NSData * body
 The body of the html response.
NSInteger httpStatusCode
 The HTTP status code of the response from the service.
bool isFinishedLoading
 Whether the response is finished loading.
NSException * exception
 If an exception was thrown, this will return the exception.
AmazonServiceRequestrequest
 The request for which this is the response.
NSString * requestId
 The requestId assigned by the service.

Member Function Documentation

- (void AmazonServiceResponse.)processBody  

Once the body has been received, perform additional processing, such as parse as XML.


Property Documentation

- (NSData* AmazonServiceResponse.)body [read, write, retain]

The body of the html response.

- (NSException *) exception [read, assign]

If an exception was thrown, this will return the exception.

- (NSInteger) httpStatusCode [read, write, assign]

The HTTP status code of the response from the service.

- (bool) isFinishedLoading [read, assign]

Whether the response is finished loading.


The documentation for this class was generated from the following file: