Class Horde_RPC_syncml

Description

The Horde_RPC_syncml class provides a SyncML implementation of the Horde RPC system.

$Horde: framework/RPC/RPC/syncml.php,v 1.18.10.15 2009/01/06 15:23:32 jan Exp $

Copyright 2003-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Located in /RPC/RPC/syncml.php (line 23)

Horde_RPC
   |
   --Horde_RPC_syncml
Direct descendents
Class Description
 class Horde_RPC_syncml_wbxml The Horde_RPC_syncml_wbxml class provides a SyncML implementation of the Horde RPC system using WBXML encoding.
Method Summary
 void authorize ()
 string getResponse (string $request)
Variables
Methods
authorize (line 29)

SyncML handles authentication internally, so bypass the RPC framework auth check by just returning true here.

void authorize ()

Redefinition of:
Horde_RPC::authorize()
Check authentication. Different backends may handle authentication in different ways. The base class implementation checks for HTTP Authentication against the Horde auth setup.
getResponse (line 41)

Sends an RPC request to the server and returns the result.

  • return: The XML encoded response from the server.
string getResponse (string $request)
  • string $request: The raw request string.

Redefinition of:
Horde_RPC::getResponse()
Sends an RPC request to the server and returns the result.
getResponseContentType (line 73)

Returns the Content-Type of the response.

  • return: The MIME Content-Type of the RPC response.
string getResponseContentType ()

Redefinition of:
Horde_RPC::getResponseContentType()
Returns the Content-Type of the response.

Redefined in descendants as:

Inherited Methods

Inherited From Horde_RPC

 Horde_RPC::Horde_RPC()
 Horde_RPC::authorize()
 Horde_RPC::factory()
 Horde_RPC::getInput()
 Horde_RPC::getResponse()
 Horde_RPC::getResponseContentType()
 Horde_RPC::request()

Documentation generated on Sun, 30 Jan 2011 05:22:35 +0000 by phpDocumentor 1.4.3