"TYPO3 4.0.1: soap_fault Class Reference", "datetime" => "Sat Dec 2 19:25:39 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

soap_fault Class Reference

Inheritance diagram for soap_fault:

Inheritance graph
[legend]
Collaboration diagram for soap_fault:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 soap_fault ($faultcode, $faultactor='', $faultstring='', $faultdetail='')
 serialize ()

Public Attributes

 $faultcode
 $faultactor
 $faultstring
 $faultdetail

Detailed Description

Contains information for a SOAP fault. Mainly used for returning faults from deployed functions in a server instance.
Author:
Dietrich Ayala <dietrich@ganx4.com>
Version:
Id
class.nusoap.php 1421 2006-04-10 09:27:15Z mundaun
public

Definition at line 911 of file class.nusoap.php.


Constructor & Destructor Documentation

soap_fault::soap_fault faultcode,
faultactor = '',
faultstring = '',
faultdetail = ''
 

constructor

Parameters:
string $faultcode (client | server)
string $faultactor only used when msg routed between multiple actors
string $faultstring human readable error message
mixed $faultdetail detail, typically a string or array of string

Definition at line 945 of file class.nusoap.php.

References $faultactor, $faultcode, $faultdetail, and $faultstring.


Member Function Documentation

soap_fault::serialize  ) 
 

serialize a fault

Returns:
string The serialization of the fault instance. public

Definition at line 959 of file class.nusoap.php.

References nusoap_base::serialize_val().


The documentation for this class was generated from the following file: