soap_fault Class Reference

Inherits nusoap_base, and nusoap_base.

Inheritance diagram for soap_fault:

[legend]
Collaboration diagram for soap_fault:
[legend]
List of all members.

Public Member Functions

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

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$ public


Member Function 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

soap_fault::serialize (  ) 

serialize a fault

Returns:
string The serialization of the fault instance. public

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

soap_fault::serialize (  ) 

serialize a fault

Returns:
string The serialization of the fault instance. public


The documentation for this class was generated from the following files:
Generated on Thu Nov 2 00:27:16 2006 for XOOPS Cube Legacy by  doxygen 1.5.1