DTXMLRPCResponse Class Reference
Inherits from | DTXMLRPCMessage : NSObject |
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