System.Web.Services
[ class tree: System.Web.Services ] [ index: System.Web.Services ] [ all elements ]

Class: TService_RSS

Source Location: /Web/Services/TService_RSS.php

Class Overview

TService
   |
   --TService_RSS

TService_RSS class

Class Details

[line 31]
TService_RSS class

Allows RSS requests.




version:  v1.0, last update on 2005/03/11 21:44:52
author:  Wei Zhuo <weizhuo[at]gmail.com>


[ Top ]

Variables

Constants

Methods


Inherited Methods

Class: TService

TService::execute()
Execute the service.
TService::findClass()
Find the class name from e,g. "My.NameSpace.MyClass" and returns "MyClass".
TService::getClientUri()
Return the service client URI. e.g. the URI to access the service.
TService::IsRequestServiceable()
Determine from the current URI if this service should server the request.

Class Variables

$servers = array()

[line 35]



access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 37]

TService_RSS __construct( mixed $config)



[ Top ]

method execute [line 65]

void execute( )



Overrides TService::execute() (Execute the service.)

[ Top ]

method getServerList [line 94]

void getServerList( )



access:  public


[ Top ]

method IsRequestServiceable [line 60]

void IsRequestServiceable( mixed $request)



Overrides TService::IsRequestServiceable() (Determine from the current URI if this service should server the request.)

[ Top ]

method path [line 110]

void path( )



access:  protected


[ Top ]

method renderServiceList [line 80]

void renderServiceList( )



access:  protected


[ Top ]


Class Constants

service =  '__RSS'

[line 33]


[ Top ]



© 2004-2005 PRADO Software Group. All Rights Reserved.