Overview

Packages

  • Jyxo_Beholder
  • Jyxo_Charset
  • Jyxo_Color
  • Jyxo_Css
  • Jyxo_ErrorHandling
  • Jyxo_FirePhp
  • Jyxo_Gettext
    • Parser
  • Jyxo_Html
  • Jyxo_Input
    • Chain
    • Filter
    • Validator
  • Jyxo_Mail
    • Email
    • Parser
    • Sender
  • Jyxo_Rpc
    • Json
    • Xml
  • Jyxo_Shell
  • Jyxo_SpamFilter
  • Jyxo_Spl
  • Jyxo_String
  • Jyxo_Svn
  • Jyxo_Time
  • Jyxo_Timer
  • Jyxo_Webdav
  • Jyxo_XmlReader
  • PHP

Classes

  • Jyxo_Rpc_Xml_Client
  • Jyxo_Rpc_Xml_Server

Exceptions

  • Jyxo_Rpc_Xml_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class Jyxo_Rpc_Xml_Server

Class for creating a XML-RPC server.

Jyxo_Rpc_Server
Extended by Jyxo_Rpc_Xml_Server
Category: Jyxo
Package: Jyxo_Rpc
Subpackage: Xml
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at Rpc/Xml/Server.php
Methods summary
protected
# __construct( )

Creates a class instance.

Creates a class instance.

public
# __destruct( )

Destroys a class instance.

Destroys a class instance.

protected
# register( string $func )

Actually registers a function to a server method.

Actually registers a function to a server method.

Parameters

$func
string
Function definition
public
# process( )

Processes a request and sends a XML-RPC response.

Processes a request and sends a XML-RPC response.

Methods inherited from Jyxo_Rpc_Server
__clone(), call(), enableLogging(), getInstance(), registerClass(), registerFunc(), registerMethod()
Jyxo PHP Library API documentation generated by ApiGen 2.3.0