eZSOAPResponse handles SOAP response packages More...
Public Member Functions | |
| decodeStream ($request, $stream) | |
| eZSOAPResponse ($name="", $namespace="") | |
| faultCode () | |
| faultString () | |
| isFault () | |
| payload () | |
| setValue ($value) | |
| value () | |
Static Public Member Functions | |
| decodeDataTypes ($node, $type="") | |
Public Attributes | |
| $DOMDocument = false | |
| Contains the DOM document for the current SOAP response. | |
| $FaultCode = false | |
| Contains the fault code. | |
| $FaultString = false | |
| Contains fault string. | |
| $IsFault = false | |
| Contains true if the response was an fault. | |
| $Name | |
| Contains the name of the response, i.e. function call name. | |
| $Namespace | |
| Contains the target namespace for the response. | |
| $Type = false | |
| Contains the response type. | |
| $Value = false | |
| Contains the response value. | |
Static Private Member Functions | |
| stripHTTPHeader ($data) | |
eZSOAPResponse handles SOAP response packages
Definition at line 46 of file ezsoapresponse.php.
| eZSOAPResponse::decodeDataTypes | ( | $ | node, | |
| $ | type = "" | |||
| ) | [static] |
Decodes a DOM node and returns the PHP datatype instance of it.
Definition at line 131 of file ezsoapresponse.php.
Referenced by decodeStream(), and eZSOAPServer::processRequest().
| eZSOAPResponse::decodeStream | ( | $ | request, | |
| $ | stream | |||
| ) |
Decodes the SOAP response stream
Definition at line 63 of file ezsoapresponse.php.
| eZSOAPResponse::eZSOAPResponse | ( | $ | name = "", |
|
| $ | namespace = "" | |||
| ) |
Constructs a new SOAP response
Definition at line 51 of file ezsoapresponse.php.
| eZSOAPResponse::faultCode | ( | ) |
Returns the fault code
Definition at line 347 of file ezsoapresponse.php.
| eZSOAPResponse::faultString | ( | ) |
Returns the fault string
Definition at line 355 of file ezsoapresponse.php.
| eZSOAPResponse::isFault | ( | ) |
Returns true if the response was a fault
Definition at line 339 of file ezsoapresponse.php.
| eZSOAPResponse::payload | ( | ) |
Returns the XML payload for the response.
Definition at line 235 of file ezsoapresponse.php.
| eZSOAPResponse::setValue | ( | $ | value | ) |
Sets the value of the response.
Definition at line 331 of file ezsoapresponse.php.
| eZSOAPResponse::stripHTTPHeader | ( | $ | data | ) | [static, private] |
Strips the header information from the HTTP raw response.
Definition at line 299 of file ezsoapresponse.php.
Referenced by decodeStream().
| eZSOAPResponse::value | ( | ) |
Returns the response value.
Definition at line 323 of file ezsoapresponse.php.
| eZSOAPResponse::$DOMDocument = false |
Contains the DOM document for the current SOAP response.
Definition at line 376 of file ezsoapresponse.php.
| eZSOAPResponse::$FaultCode = false |
Contains the fault code.
Definition at line 367 of file ezsoapresponse.php.
| eZSOAPResponse::$FaultString = false |
Contains fault string.
Definition at line 365 of file ezsoapresponse.php.
| eZSOAPResponse::$IsFault = false |
Contains true if the response was an fault.
Definition at line 369 of file ezsoapresponse.php.
| eZSOAPResponse::$Name |
Contains the name of the response, i.e. function call name.
Definition at line 371 of file ezsoapresponse.php.
| eZSOAPResponse::$Namespace |
Contains the target namespace for the response.
Definition at line 373 of file ezsoapresponse.php.
| eZSOAPResponse::$Type = false |
Contains the response type.
Definition at line 363 of file ezsoapresponse.php.
| eZSOAPResponse::$Value = false |
Contains the response value.
Definition at line 361 of file ezsoapresponse.php.
1.6.3