[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/inc/horde/Horde/RPC/ -> syncml.php (sommaire)

(pas de description)

Poids: 272 lignes (8 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Horde_RPC_syncml:: (12 méthodes):
  authorize()
  getResponse()
  _parse()
  _startElement()
  _characters()
  _endElement()
  _splitURI()
  getResponseContentType()
  startElement()
  endElement()
  characters()
  raiseError()


Classe: Horde_RPC_syncml  - X-Ref

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

$Horde: framework/RPC/RPC/syncml.php,v 1.27 2006/01/01 21:10:11 jan Exp $

Copyright 2003-2006 Chuck Hagenbuch <chuck@horde.org>
Copyright 2003-2006 Anthony Mills <amills@pyramid6.com>

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

authorize()   X-Ref
SyncML handles authentication internally, so bypass the RPC framework
auth check by just returning true here.


getResponse($request)   X-Ref
Sends an RPC request to the server and returns the result.

param: string $request  The raw request string.
return: string  The XML encoded response from the server.

_parse($xml)   X-Ref
Pas de description

_startElement($parser, $tag, $attributes)   X-Ref
Pas de description

_characters($parser, $chars)   X-Ref
Pas de description

_endElement($parser, $tag)   X-Ref
Pas de description

_splitURI($tag)   X-Ref
Pas de description

getResponseContentType()   X-Ref
Returns the Content-Type of the response.

return: string  The MIME Content-Type of the RPC response.

startElement($uri, $element, $attrs)   X-Ref
Pas de description

endElement($uri, $element)   X-Ref
Pas de description

characters($str)   X-Ref
Pas de description

raiseError($str)   X-Ref
Pas de description



Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7