Element index for package XML_RPC2
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ x ]
[ _ ]
_
- __call
- in file Client.php, method XML_RPC2_Backend_Xmlrpcext_Client::__call()
__call Catchall. This method catches remote method calls and provides for remote forwarding.
- __call
- in file Class.php, method XML_RPC2_Server_Callhandler_Class::__call()
__call catchall. Delegate the method call to the target class, and return its result
- __call
- in file Client.php, method XML_RPC2_Backend_Php_Client::__call()
__call Catchall. This method catches remote method calls and provides for remote forwarding.
- __call
- in file Client.php, method XML_RPC2_Client::__call()
__call Catchall. This method catches remote method calls and provides for remote forwarding.
- __call
- in file CachedClient.php, method XML_RPC2_CachedClient::__call()
__call Catchall
- __call
- in file Instance.php, method XML_RPC2_Server_Callhandler_Instance::__call()
__call catchall. Delegate the method call to the target object, and return its result
- __construct
- in file Nil.php, method XML_RPC2_Backend_Php_Value_Nil::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_Nil with the given value
- __construct
- in file Integer.php, method XML_RPC2_Backend_Php_Value_Integer::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_Integer with the given value
- __construct
- in file Integer64.php, method XML_RPC2_Backend_Php_Value_Integer64::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_Integer64 with the given value
- __construct
- in file Method.php, method XML_RPC2_Server_Method::__construct()
Create a new XML-RPC method by introspecting a PHP method
- __construct
- in file Scalar.php, method XML_RPC2_Backend_Php_Value_Scalar::__construct()
Constructor. Will build a new XML_RPC2_Value_Scalar with the given nativeValue
- __construct
- in file String.php, method XML_RPC2_Backend_Php_Value_String::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_String with the given value
- __construct
- in file Struct.php, method XML_RPC2_Backend_Php_Value_Struct::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_Scalar with the given nativeValue
- __construct
- in file Server.php, method XML_RPC2_Server::__construct()
Create a new XML-RPC Server.
- __construct
- in file Server.php, method XML_RPC2_Backend_Xmlrpcext_Server::__construct()
Create a new XML-RPC Server.
- __construct
- in file Instance.php, method XML_RPC2_Server_Callhandler_Instance::__construct()
XML_RPC2_Server_Callhandler_Class Constructor. Creates a new call handler exporting the given object methods
- __construct
- in file Server.php, method XML_RPC2_Backend_Php_Server::__construct()
Create a new XML-RPC Server.
- __construct
- in file Request.php, method XML_RPC2_Backend_Php_Request::__construct()
Create a new xml-rpc request with the provided methodname
- __construct
- in file Double.php, method XML_RPC2_Backend_Php_Value_Double::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_Double with the given value
- __construct
- in file CachedServer.php, method XML_RPC2_CachedServer::__construct()
Constructor
- __construct
- in file Class.php, method XML_RPC2_Server_Callhandler_Class::__construct()
XML_RPC2_Server_Callhandler_Class Constructor. Creates a new call handler exporting the give static class' methods
- __construct
- in file CachedClient.php, method XML_RPC2_CachedClient::__construct()
Constructor
- __construct
- in file Boolean.php, method XML_RPC2_Backend_Php_Value_Boolean::__construct()
Constructor. Will build a new XML_RPC2_Value_Boolean with the given value
- __construct
- in file Base64.php, method XML_RPC2_Backend_Php_Value_Base64::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_Base64 with the given value
- __construct
- in file Client.php, method XML_RPC2_Backend_Php_Client::__construct()
Construct a new XML_RPC2_Client PHP Backend.
- __construct
- in file Client.php, method XML_RPC2_Client::__construct()
Construct a new XML_RPC2_Client.
- __construct
- in file Exception.php, method XML_RPC2_FaultException::__construct()
Construct a new XML_RPC2_FaultException with a given message string and fault code
- __construct
- in file Array.php, method XML_RPC2_Backend_Php_Value_Array::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_Array with the given nativeValue
- __construct
- in file Datetime.php, method XML_RPC2_Backend_Php_Value_Datetime::__construct()
Constructor. Will build a new XML_RPC2_Backend_Php_Value_Datetime with the given value
- __construct
- in file Client.php, method XML_RPC2_Backend_Xmlrpcext_Client::__construct()
Construct a new XML_RPC2_Client PHP Backend.
- __construct
- in file HTTPRequest.php, method XML_RPC2_Util_HTTPRequest::__construct()
Constructor
top
top
top
c
- $callHandler
- in file Server.php, variable XML_RPC2_Server::$callHandler
callHandler field
- $connectionTimeout
- in file Client.php, variable XML_RPC2_Client::$connectionTimeout
Holds the connection timeout in milliseconds of the client request.
- $currentBackend
- in file Backend.php, variable XML_RPC2_Backend::$currentBackend
current backend
- clean
- in file CachedServer.php, method XML_RPC2_CachedServer::clean()
Clean all the cache
- clean___
- in file CachedClient.php, method XML_RPC2_CachedClient::clean___()
Clean all the cache
- create
- in file Server.php, method XML_RPC2_Server::create()
Factory method to select a backend and return a new XML_RPC2_Server based on the backend
- create
- in file Client.php, method XML_RPC2_Client::create()
Factory method to select, create and return a XML_RPC2_Client backend
- create
- in file CachedClient.php, method XML_RPC2_CachedClient::create()
"Emulated Factory" method to get the same API than XML_RPC2_Client class
- create
- in file CachedServer.php, method XML_RPC2_CachedServer::create()
"Emulated Factory" method to get the same API than XML_RPC2_Server class
- createFromDecode
- in file Request.php, method XML_RPC2_Backend_Php_Request::createFromDecode()
Decode a request from XML and construct a request object with the createFromDecoded values
- createFromDecode
- in file Value.php, method XML_RPC2_Backend_Php_Value::createFromDecode()
Decode an encoded value and build the applicable XML_RPC2_Value subclass
- createFromDecode
- in file Exception.php, method XML_RPC2_FaultException::createFromDecode()
Create a XML_RPC2_FaultException by decoding the corresponding xml string
- createFromNative
- in file Value.php, method XML_RPC2_Backend_Xmlrpcext_Value::createFromNative()
Factory method that constructs the appropriate XML-RPC encoded type value
- createFromNative
- in file Value.php, method XML_RPC2_Backend_Php_Value::createFromNative()
Choose a XML_RPC2_Value subclass appropriate for the given value and create it.
- createFromNative
- in file Value.php, method XML_RPC2_Value::createFromNative()
Factory method that constructs the appropriate XML-RPC encoded type value
- createFromNative
- in file Scalar.php, method XML_RPC2_Backend_Php_Value_Scalar::createFromNative()
Choose a XML_RPC2_Value subclass appropriate for the given value and create it.
- Client.php
- procedural page Client.php
- Client.php
- procedural page Client.php
- CachedClient.php
- procedural page CachedClient.php
- CachedServer.php
- procedural page CachedServer.php
- Client.php
- procedural page Client.php
- ClientHelper.php
- procedural page ClientHelper.php
- Class.php
- procedural page Class.php
- CallHandler.php
- procedural page CallHandler.php
top
d
- $debug
- in file Client.php, variable XML_RPC2_Client::$debug
Holds the debug flag
- decode
- in file Integer64.php, method XML_RPC2_Backend_Php_Value_Integer64::decode()
decode. Decode transport XML and set the instance value accordingly
- decode
- in file Integer.php, method XML_RPC2_Backend_Php_Value_Integer::decode()
decode. Decode transport XML and set the instance value accordingly
- decode
- in file Nil.php, method XML_RPC2_Backend_Php_Value_Nil::decode()
decode. Decode transport XML and set the instance value accordingly
- decode
- in file String.php, method XML_RPC2_Backend_Php_Value_String::decode()
Decode transport XML and set the instance value accordingly
- decode
- in file Response.php, method XML_RPC2_Backend_Php_Response::decode()
Parse a response and either return the native PHP result.
- decode
- in file Double.php, method XML_RPC2_Backend_Php_Value_Double::decode()
decode. Decode transport XML and set the instance value accordingly
- decode
- in file Datetime.php, method XML_RPC2_Backend_Php_Value_Datetime::decode()
Decode transport XML and set the instance value accordingly
- decode
- in file Boolean.php, method XML_RPC2_Backend_Php_Value_Boolean::decode()
decode. Decode transport XML and set the instance value accordingly
- decode
- in file Base64.php, method XML_RPC2_Backend_Php_Value_Base64::decode()
Decode transport XML and set the instance value accordingly
- decode
- in file Array.php, method XML_RPC2_Backend_Php_Value_Array::decode()
Decode transport XML and set the instance value accordingly
- decode
- in file Struct.php, method XML_RPC2_Backend_Php_Value_Struct::decode()
Decode transport XML and set the instance value accordingly
- dropCacheFile___
- in file CachedClient.php, method XML_RPC2_CachedClient::dropCacheFile___()
Drop the cache file corresponding to the given method call
- Datetime.php
- procedural page Datetime.php
- Double.php
- procedural page Double.php
top
e
- $encoding
- in file Server.php, variable XML_RPC2_Server::$encoding
encoding field
- $encoding
- in file Client.php, variable XML_RPC2_Client::$encoding
Hold the encoding of the client request
- $escaping
- in file Client.php, variable XML_RPC2_Client::$escaping
Holds the escaping method(s) of the client request
- encode
- in file Scalar.php, method XML_RPC2_Backend_Php_Value_Scalar::encode()
Encode the instance into XML, for transport
- encode
- in file Struct.php, method XML_RPC2_Backend_Php_Value_Struct::encode()
Encode the instance into XML, for transport
- encode
- in file String.php, method XML_RPC2_Backend_Php_Value_String::encode()
Encode the instance into XML, for transport
- encode
- in file Response.php, method XML_RPC2_Backend_Php_Response::encode()
Encode a normal XML-RPC response, containing the provided value
- encode
- in file Request.php, method XML_RPC2_Backend_Php_Request::encode()
Encode the request for transmission.
- encode
- in file Datetime.php, method XML_RPC2_Backend_Php_Value_Datetime::encode()
Encode the instance into XML, for transport
- encode
- in file Array.php, method XML_RPC2_Backend_Php_Value_Array::encode()
Encode the instance into XML, for transport
- encode
- in file Base64.php, method XML_RPC2_Backend_Php_Value_Base64::encode()
Encode the instance into XML, for transport
- encode
- in file Boolean.php, method XML_RPC2_Backend_Php_Value_Boolean::encode()
Encode the instance into XML, for transport
- encodeFault
- in file Response.php, method XML_RPC2_Backend_Php_Response::encodeFault()
Encode a fault XML-RPC response, containing the provided code and message
- epiFunctionHandlerAdapter
- in file Server.php, method XML_RPC2_Backend_Xmlrpcext_Server::epiFunctionHandlerAdapter()
This is an adapter between XML_RPC2_CallHandler::__call and xmlrpc_server_register_method callback interface
- errorToException
- in file Server.php, method XML_RPC2_Server::errorToException()
Transform an error into an exception
- Exception.php
- procedural page Exception.php
top
top
g
- getBackend
- in file Backend.php, method XML_RPC2_Backend::getBackend()
Backend getter.
- getBody
- in file HTTPRequest.php, method XML_RPC2_Util_HTTPRequest::getBody()
body field getter
- getClientClassname
- in file Backend.php, method XML_RPC2_Backend::getClientClassname()
Include the relevant php files for the client class, and return the backend client class name.
- getContentLength
- in file CachedServer.php, method XML_RPC2_CachedServer::getContentLength()
Gets the content legth of a serialized XML-RPC message in bytes
- getContentLength
- in file Server.php, method XML_RPC2_Server::getContentLength()
Gets the content legth of a serialized XML-RPC message in bytes
- getFaultCode
- in file Exception.php, method XML_RPC2_FaultException::getFaultCode()
FaultCode getter
- getFaultString
- in file Exception.php, method XML_RPC2_FaultException::getFaultString()
FaultString getter
- getHTMLSignature
- in file Method.php, method XML_RPC2_Server_Method::getHTMLSignature()
Return a HTML signature of the method
- getInternalMethod
- in file Method.php, method XML_RPC2_Server_Method::getInternalMethod()
internalMethod getter
- getMethod
- in file CallHandler.php, method XML_RPC2_Server_CallHandler::getMethod()
method getter
- getMethodName
- in file Request.php, method XML_RPC2_Backend_Php_Request::getMethodName()
method name getter
- getMethods
- in file CallHandler.php, method XML_RPC2_Server_CallHandler::getMethods()
methods getter
- getName
- in file Method.php, method XML_RPC2_Server_Method::getName()
name getter
- getNativeValue
- in file Value.php, method XML_RPC2_Backend_Php_Value::getNativeValue()
nativeValue property getter
- getParameters
- in file Request.php, method XML_RPC2_Backend_Php_Request::getParameters()
parameters property getter
- getResponse
- in file CachedServer.php, method XML_RPC2_CachedServer::getResponse()
get the XML response of the XMLRPC server
- getResponse
- in file Server.php, method XML_RPC2_Backend_Xmlrpcext_Server::getResponse()
get the XML response of the XMLRPC server
- getResponse
- in file Server.php, method XML_RPC2_Backend_Php_Server::getResponse()
Get the XML response of the XMLRPC server
- getScalarType
- in file Scalar.php, method XML_RPC2_Backend_Php_Value_Scalar::getScalarType()
scalarType property getter
- getServerClassname
- in file Backend.php, method XML_RPC2_Backend::getServerClassname()
Include the relevant php files for the server class, and return the backend server class name.
- getValueClassname
- in file Backend.php, method XML_RPC2_Backend::getValueClassname()
Include the relevant php files for the value class, and return the backend value class name.
top
h
- $httpRequest
- in file Client.php, variable XML_RPC2_Client::$httpRequest
Preconfigured HTTP_Request2 provided by the user
- handleCall
- in file Server.php, method XML_RPC2_Backend_Xmlrpcext_Server::handleCall()
Respond to the XML-RPC request.
- handleCall
- in file Server.php, method XML_RPC2_Backend_Php_Server::handleCall()
Receive the XML-RPC request, decode the HTTP payload, delegate execution to the call handler, and output the encoded call handler response.
- handleCall
- in file CachedServer.php, method XML_RPC2_CachedServer::handleCall()
handle XML_RPC calls
- handleCall
- in file Server.php, method XML_RPC2_Server::handleCall()
Receive the XML-RPC request, decode the HTTP payload, delegate execution to the call handler, and output the encoded call handler response.
- HTTPRequest.php
- procedural page HTTPRequest.php
top
top
top
top
top
top
s
- $signatureChecking
- in file Server.php, variable XML_RPC2_Server::$signatureChecking
signature checking flag
- $sslverify
- in file Client.php, variable XML_RPC2_Client::$sslverify
Holds the SSL verify flag
- sendRequest
- in file HTTPRequest.php, method XML_RPC2_Util_HTTPRequest::sendRequest()
Sends the request
- setBackend
- in file Backend.php, method XML_RPC2_Backend::setBackend()
Backend setter.
- setNativeValue
- in file Value.php, method XML_RPC2_Backend_Php_Value::setNativeValue()
nativeValue setter
- setNativeValue
- in file Struct.php, method XML_RPC2_Backend_Php_Value_Struct::setNativeValue()
nativeValue property setter
- setNativeValue
- in file Array.php, method XML_RPC2_Backend_Php_Value_Array::setNativeValue()
nativeValue property setter
- setParameters
- in file Request.php, method XML_RPC2_Backend_Php_Request::setParameters()
parameters property setter
- setPostData
- in file HTTPRequest.php, method XML_RPC2_Util_HTTPRequest::setPostData()
postData field setter
- setScalarType
- in file Scalar.php, method XML_RPC2_Backend_Php_Value_Scalar::setScalarType()
scalarType property setter
- Server.php
- procedural page Server.php
- Scalar.php
- procedural page Scalar.php
- String.php
- procedural page String.php
- Struct.php
- procedural page Struct.php
- Server.php
- procedural page Server.php
- Server.php
- procedural page Server.php
top
top
top
top
x
- XML_RPC2_Backend
- in file Backend.php, class XML_RPC2_Backend
XML_RPC Backend class. The backend is responsible for the actual execution of a request, as well as payload encoding and decoding.
- XML_RPC2_Backend_Php_Client
- in file Client.php, class XML_RPC2_Backend_Php_Client
XML_RPC client backend class. This is the default, all-php XML_RPC client backend.
- XML_RPC2_Backend_Php_Request
- in file Request.php, class XML_RPC2_Backend_Php_Request
XML_RPC request backend class. This class represents an XML_RPC request, exposing the methods needed to encode/decode a request.
- XML_RPC2_Backend_Php_Response
- in file Response.php, class XML_RPC2_Backend_Php_Response
XML-RPC response backend class.
- XML_RPC2_Backend_Php_Server
- in file Server.php, class XML_RPC2_Backend_Php_Server
XML_RPC server class PHP-only backend.
- XML_RPC2_Backend_Php_Value
- in file Value.php, class XML_RPC2_Backend_Php_Value
XML_RPC value abstract class. All XML_RPC value classes inherit from XML_RPC2_Value
- XML_RPC2_Backend_Php_Value_Array
- in file Array.php, class XML_RPC2_Backend_Php_Value_Array
XML_RPC array value class. Represents values of type array
- XML_RPC2_Backend_Php_Value_Base64
- in file Base64.php, class XML_RPC2_Backend_Php_Value_Base64
XML_RPC base64 value class. Instances of this class represent base64-encoded string scalars in XML_RPC
- XML_RPC2_Backend_Php_Value_Boolean
- in file Boolean.php, class XML_RPC2_Backend_Php_Value_Boolean
XML_RPC boolean value class. Instances of this class represent boolean scalars in XML_RPC
- XML_RPC2_Backend_Php_Value_Datetime
- in file Datetime.php, class XML_RPC2_Backend_Php_Value_Datetime
XML_RPC datetime value class. Instances of this class represent datetime scalars in XML_RPC
- XML_RPC2_Backend_Php_Value_Double
- in file Double.php, class XML_RPC2_Backend_Php_Value_Double
XML_RPC double value class. Instances of this class represent int scalars in XML_RPC
- XML_RPC2_Backend_Php_Value_Integer
- in file Integer.php, class XML_RPC2_Backend_Php_Value_Integer
XML_RPC integer value class. Instances of this class represent int scalars in XML_RPC
- XML_RPC2_Backend_Php_Value_Integer64
- in file Integer64.php, class XML_RPC2_Backend_Php_Value_Integer64
XML_RPC integer value class. Instances of this class represent int scalars in XML_RPC
- XML_RPC2_Backend_Php_Value_Nil
- in file Nil.php, class XML_RPC2_Backend_Php_Value_Nil
XML_RPC null value class. Instances of this class represent null scalars in XML_RPC
- XML_RPC2_Backend_Php_Value_Scalar
- in file Scalar.php, class XML_RPC2_Backend_Php_Value_Scalar
XML_RPC scalar value abstract class. All XML_RPC value classes representing scalar types inherit from XML_RPC2_Value_Scalar
- XML_RPC2_Backend_Php_Value_String
- in file String.php, class XML_RPC2_Backend_Php_Value_String
XML_RPC string value class. Instances of this class represent string scalars in XML_RPC
- XML_RPC2_Backend_Php_Value_Struct
- in file Struct.php, class XML_RPC2_Backend_Php_Value_Struct
XML_RPC struct value class. Represents values of type struct (associative struct)
- XML_RPC2_Backend_Xmlrpcext_Client
- in file Client.php, class XML_RPC2_Backend_Xmlrpcext_Client
XML_RPC client backend class. This backend class uses the XMLRPCext extension to execute the call.
- XML_RPC2_Backend_Xmlrpcext_Server
- in file Server.php, class XML_RPC2_Backend_Xmlrpcext_Server
XML_RPC server class XMLRPCext extension-based backend
- XML_RPC2_Backend_Xmlrpcext_Value
- in file Value.php, class XML_RPC2_Backend_Xmlrpcext_Value
XML_RPC value class for the XMLRPCext backend.
- XML_RPC2_CachedClient
- in file CachedClient.php, class XML_RPC2_CachedClient
XML_RPC "cached client" class.
- XML_RPC2_CachedServer
- in file CachedServer.php, class XML_RPC2_CachedServer
XML_RPC "cached server" class.
- XML_RPC2_Client
- in file Client.php, class XML_RPC2_Client
XML_RPC client class. Use this class to access remote methods.
- XML_RPC2_ClientHelper
- in file ClientHelper.php, class XML_RPC2_ClientHelper
XML_RPC2 client helper class.
- XML_RPC2_ConfigException
- in file Exception.php, class XML_RPC2_ConfigException
XML_RPC2_ConfigException is thrown whenever PHP config clashes with XML_RPC2 requirements or config
- XML_RPC2_CurlException
- in file Exception.php, class XML_RPC2_CurlException
XML_RPC2_CurlException is thrown whenever an error is reported by the low level HTTP cURL library
- XML_RPC2_DecodeException
- in file Exception.php, class XML_RPC2_DecodeException
XML_RPC2_DecodeException is thrown whenever there is a problem decoding transport XML
- XML_RPC2_EncodeException
- in file Exception.php, class XML_RPC2_EncodeException
XML_RPC2_EncodeException is thrown whenever a class is asked to encode itself in XML with invalid or not enough data.
- XML_RPC2_Exception
- in file Exception.php, class XML_RPC2_Exception
XML_RPC2 base exception class. All XML_RPC2 originated exceptions inherit from XML_RPC2_Exception
- XML_RPC2_FaultException
- in file Exception.php, class XML_RPC2_FaultException
XML_RPC2_FaultException signals a XML-RPC response that contains a fault element instead of a regular params element.
- XML_RPC2_InvalidConnectionTimeoutException
- in file Exception.php, class XML_RPC2_InvalidConnectionTimeoutException
XML_RPC2_InvalidConnectionTimeoutException is thrown whenever the XML_RPC2 client is asked to use an invalid XML/RPC connection timeout value
- XML_RPC2_InvalidDateFormatException
- in file Exception.php, class XML_RPC2_InvalidDateFormatException
XML_RPC2_InvalidTypeException is thrown when creating DateTime value objects from invalid string datetime representations
- XML_RPC2_InvalidDebugException
- in file Exception.php, class XML_RPC2_InvalidDebugException
XML_RPC2_InvalidPrefixException is thrown whenever the XML_RPC2 client is asked to use an invalid XML/RPC debug flag
- XML_RPC2_InvalidPrefixException
- in file Exception.php, class XML_RPC2_InvalidPrefixException
XML_RPC2_InvalidPrefixException is thrown whenever the XML_RPC2 client is asked to use an invalid XML/RPC prefix
- XML_RPC2_InvalidSslverifyException
- in file Exception.php, class XML_RPC2_InvalidSslverifyException
XML_RPC2_InvalidSslverifyException is thrown whenever the XML_RPC2 client is asked to use an invalid XML/RPC SSL verify flag
- XML_RPC2_InvalidTypeEncodeException
- in file Exception.php, class XML_RPC2_InvalidTypeEncodeException
XML_RPC2_InvalidTypeEncodeException is thrown whenever a class is asked to encode itself and provided a PHP type that can't be translated to XML_RPC
- XML_RPC2_InvalidUriException
- in file Exception.php, class XML_RPC2_InvalidUriException
XML_RPC2_InvalidUriException is thrown whenever the XML_RPC2 client is asked to use an invalid uri
- XML_RPC2_ReceivedInvalidStatusCodeException
- in file Exception.php, class XML_RPC2_ReceivedInvalidStatusCodeException
XML_RPC2_ReceivedInvalidStatusCodeExceptionextends is thrown whenever the XML_RPC2 response to a request does not return a 200 http status code.
- XML_RPC2_Server
- in file Server.php, class XML_RPC2_Server
XML_RPC2_Server is the frontend class for exposing PHP functions via XML-RPC.
- XML_RPC2_Server_CallHandler
- in file CallHandler.php, class XML_RPC2_Server_CallHandler
A CallHandler is responsible for actually calling the server-exported methods from the exported class.
- XML_RPC2_Server_Callhandler_Class
- in file Class.php, class XML_RPC2_Server_Callhandler_Class
This class is a server call handler which exposes a classe's static public methods.
- XML_RPC2_Server_Callhandler_Instance
- in file Instance.php, class XML_RPC2_Server_Callhandler_Instance
This class is a server call handler which exposes an instance's public methods.
- XML_RPC2_Server_Input
- in file Input.php, class XML_RPC2_Server_Input
Interface for feeding input to an XML_RPC2_Server
- XML_RPC2_Server_Input_PhpInput
- in file PhpInput.php, class XML_RPC2_Server_Input_PhpInput
Class that feeds XML_RPC2 with input originating from php://input
- XML_RPC2_Server_Input_RawPostData
- in file RawPostData.php, class XML_RPC2_Server_Input_RawPostData
Class that feeds XML_RPC2 with input originating from
- XML_RPC2_Server_Method
- in file Method.php, class XML_RPC2_Server_Method
Class representing an XML-RPC exported method.
- XML_RPC2_TransportException
- in file Exception.php, class XML_RPC2_TransportException
XML_RPC2_TransportException signal transport level exceptions that stop requests from reaching the server
- XML_RPC2_UnknownMethodException
- in file Exception.php, class XML_RPC2_UnknownMethodException
XML_RPC2_UnknownMethodException is thrown when a non-existent method is remote-called
- XML_RPC2_Util_HTTPRequest
- in file HTTPRequest.php, class XML_RPC2_Util_HTTPRequest
XML_RPC utility HTTP request class. This class mimics a subset of PEAR's HTTP_Request and is to be refactored out of the package once HTTP_Request releases an E_STRICT version.
- XML_RPC2_Value
- in file Value.php, class XML_RPC2_Value
XML_RPC value abstract class. All XML_RPC value classes inherit from XML_RPC2_Value
- XML_RPC2_InvalidTypeException
- in file Exception.php, class XML_RPC2_InvalidTypeException
XML_RPC2 base exception class. All XML_RPC2 originated exceptions inherit from XML_RPC2_Exception
top
Documentation generated on Mon, 11 Mar 2019 15:56:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|