Syndication::RSS2::Cloud
#include <cloud.h>
Additional Inherited Members | |
Static Public Member Functions inherited from Syndication::ElementWrapper | |
static QString | childNodesAsXML (const QDomElement &parent) |
Detailed Description
Cloud information for an RSS channel.
It specifies a web service that supports the rssCloud interface which can be implemented in HTTP-POST, XML-RPC or SOAP 1.1. Its purpose is to allow processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.
Example:
Domain="rpc.sys.com", port="80", path="/RPC2" registerProcedure="myCloud.rssPleaseNotify" protocol="xml-rpc"
In this example, to request notification on the channel it appears in, you would send an XML-RPC message to rpc.sys.com on port 80, with a path of /RPC2. The procedure to call is myCloud.rssPleaseNotify.
For more information on the rssCloud interface see http://blogs.law.harvard.edu/tech/soapMeetsRss#rsscloudInterface
(Note: This explanation was taken from http://blogs.law.harvard.edu/tech/rss )
Constructor & Destructor Documentation
◆ Cloud() [1/2]
Syndication::RSS2::Cloud::Cloud | ( | ) |
◆ Cloud() [2/2]
|
explicit |
Member Function Documentation
◆ debugInfo()
QString Syndication::RSS2::Cloud::debugInfo | ( | ) | const |
◆ domain()
QString Syndication::RSS2::Cloud::domain | ( | ) | const |
◆ path()
QString Syndication::RSS2::Cloud::path | ( | ) | const |
◆ port()
int Syndication::RSS2::Cloud::port | ( | ) | const |
◆ protocol()
QString Syndication::RSS2::Cloud::protocol | ( | ) | const |
◆ registerProcedure()
QString Syndication::RSS2::Cloud::registerProcedure | ( | ) | const |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.