Inherits from DTXMLRPCMessage : NSObject
Declared in DTXMLRPCResponse.h

Overview

An XML-RPC response, as an answer to a DTXMLRPCRequest.

Tasks

Creating a Response

Properties

error

If an error was encoded in the response it ends up in this parameter

@property (nonatomic, readonly) NSError *error

Declared In

DTXMLRPCResponse.h

Instance Methods

initWithXMLRPCSequence:

Creates an XML-RPC response from an XML-RPC value sequence

- (id)initWithXMLRPCSequence:(NSArray *)sequence

Parameters

sequence

The XML-RPC element sequence to construct the response from *

Discussion

The XML-RPC sequence might contain an array of parameters or an error.

Declared In

DTXMLRPCResponse.h