Overview

Packages

  • None
  • Rpc

Classes

  • Horde_Rpc
  • Horde_Rpc_ActiveSync
  • Horde_Rpc_Exception
  • Horde_Rpc_Phpgw
  • Horde_Rpc_Soap
  • Horde_Rpc_Syncml
  • Horde_Rpc_Syncml_Wbxml
  • Horde_Rpc_Translation
  • Horde_Rpc_Webdav
  • Horde_Rpc_Webdav2
  • Horde_Rpc_Xmlrpc
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Rpc_Syncml

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

Copyright 2003-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Rpc
Extended by Horde_Rpc_Syncml

Direct known subclasses

Horde_Rpc_Syncml_Wbxml
Package: Rpc
Author: Chuck Hagenbuch chuck@horde.org
Author: Anthony Mills amills@pyramid6.com
Located at Horde/Rpc/Syncml.php
Methods summary
public boolean
# authorize( )

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

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

Returns

boolean

Returns true if authentication is successful. Should send appropriate "not authorized" headers or other response codes/body if auth fails, and take care of exiting.

Overrides

Horde_Rpc::authorize()
public string
# getResponse( string $request )

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

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

Parameters

$request
The raw request string.

Returns

string
The XML encoded response from the server.

Overrides

Horde_Rpc::getResponse()
public string
# getResponseContentType( )

Returns the Content-Type of the response.

Returns the Content-Type of the response.

Returns

string
The MIME Content-Type of the RPC response.

Overrides

Horde_Rpc::getResponseContentType()
Methods inherited from Horde_Rpc
__construct(), factory(), getInput(), request(), sendOutput()
Properties inherited from Horde_Rpc
$_params, $_requestMissingAuthorization, $_requireAuthorization
API documentation generated by ApiGen