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

Class: TService_PhpBeans

Source Location: /Web/Services/TService_PhpBeans.php

Class Overview

TService
   |
   --TService_PhpBeans

TService_PhpBeans class

Class Details

[line 30]
TService_PhpBeans class

Allows PhpBean requests




version:  v1.0, last update on 2005/03/11 21:44:52
author:  Jason Ragsdale <jrags[at]jasrags.new>


[ 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

$classes = array()

[line 42]



access:  protected

Type:   mixed


[ Top ]

$host =

[line 35]



access:  protected

Type:   mixed


[ Top ]

$objectCache = array()

[line 41]



access:  protected

Type:   mixed


[ Top ]

$pass =

[line 37]



access:  protected

Type:   mixed


[ Top ]

$port =

[line 38]



access:  protected

Type:   mixed


[ Top ]

$server =

[line 34]



access:  protected

Type:   mixed


[ Top ]

$serverclass =  'PHP_Bean_Client'

[line 40]



access:  protected

Type:   mixed


[ Top ]

$timeout =  null

[line 39]



access:  protected

Type:   mixed


[ Top ]

$user =

[line 36]



access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 44]

TService_PhpBeans __construct( mixed $config)



[ Top ]

destructor __destruct [line 68]

void __destruct( )



[ Top ]

method autenticate [line 94]

void autenticate( )



access:  protected


[ Top ]

method connect [line 73]

void connect( )



access:  protected


[ Top ]

method disconnect [line 87]

void disconnect( )



access:  protected


[ Top ]

method execute [line 128]

void execute( )



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

[ Top ]

method isObjectDefined [line 118]

void isObjectDefined( mixed $object)



access:  public


[ Top ]

method IsRequestServiceable [line 123]

void IsRequestServiceable( mixed $request)



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

[ Top ]

method load [line 103]

void load( mixed $class)



access:  public


[ Top ]


Class Constants

service =  '__PhpBeans'

[line 32]


[ Top ]



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