Class Zend_XmlRpc_Request_Http

Description

XmlRpc Request object -- Request via HTTP

Extends Zend_XmlRpc_Request to accept a request via HTTP. Request is built at construction time using a raw POST; if no data is available, the request is declared a fault.

  • version: $Id: Http.php 2810 2007-01-16 01:40:21Z bkarwin $
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/XmlRpc/Request/Http.php (line 39)

Zend_XmlRpc_Request
   |
   --Zend_XmlRpc_Request_Http
Variable Summary
 string $_xml
Method Summary
 void __construct ()
 string getRawRequest ()
Variables
string $_xml (line 45)

Raw XML as received via request

  • access: protected

Redefinition of:
Zend_XmlRpc_Request::$_xml
XML request

Inherited Variables

Inherited from Zend_XmlRpc_Request

Zend_XmlRpc_Request::$_encoding
Zend_XmlRpc_Request::$_fault
Zend_XmlRpc_Request::$_method
Zend_XmlRpc_Request::$_params
Methods
Constructor __construct (line 56)

Constructor

Attempts to read from php://input to get raw POST request; if an error occurs in doing so, or if the XML is invalid, the request is declared a fault.

  • access: public
void __construct ()

Redefinition of:
Zend_XmlRpc_Request::__construct()
Create a new XML-RPC request
getRawRequest (line 80)

Retrieve the raw XML request

  • access: public
string getRawRequest ()

Inherited Methods

Inherited From Zend_XmlRpc_Request

 Zend_XmlRpc_Request::__construct()
 Zend_XmlRpc_Request::addParam()
 Zend_XmlRpc_Request::getEncoding()
 Zend_XmlRpc_Request::getFault()
 Zend_XmlRpc_Request::getMethod()
 Zend_XmlRpc_Request::getParams()
 Zend_XmlRpc_Request::isFault()
 Zend_XmlRpc_Request::loadXml()
 Zend_XmlRpc_Request::saveXML()
 Zend_XmlRpc_Request::setEncoding()
 Zend_XmlRpc_Request::setMethod()
 Zend_XmlRpc_Request::setParams()
 Zend_XmlRpc_Request::_getXmlRpcParams()
 Zend_XmlRpc_Request::__toString()

Documentation generated on Wed, 21 Feb 2007 11:50:49 -0800 by phpDocumentor 1.3.1