Made to Order Software Corporation Logo

LLChatLib: LLFilterXMLRPCRequest2LLSD Class Reference

LLFilterXMLRPCRequest2LLSD Class Reference

Filter from serialized XMLRPC method call to LLSD. More...

#include <llfiltersd2xmlrpc.h>

Inheritance diagram for LLFilterXMLRPCRequest2LLSD:
Collaboration diagram for LLFilterXMLRPCRequest2LLSD:

List of all members.

Public Member Functions

 LLFilterXMLRPCRequest2LLSD ()

Protected Member Functions

virtual EStatus process_impl (const LLChannelDescriptors &channels, buffer_ptr_t &buffer, bool &eos, LLSD &context, LLPumpIO *pump)
 Process the data in buffer.


Detailed Description

Filter from serialized XMLRPC method call to LLSD.

This takes in xml of the form: <?xml version="1.0"?><methodCall> <methodName>repeat</methodName> <params>

<i4>4</i4>

<string>ok</string>

</params></methodCall> And processes it into: { 'method':'repeat', 'params':[i4, 'ok'] }


Constructor & Destructor Documentation

LLFilterXMLRPCRequest2LLSD::LLFilterXMLRPCRequest2LLSD (  ) 

The documentation for this class was generated from the following files:
Generated on Thu Sep 23 17:18:40 2010 for LLChatLib by  doxygen 1.6.3