Ampache
[ class tree: Ampache ] [ index: Ampache ] [ all elements ]

Class: nusoap_fault

Source Location: /modules/nusoap/class.soap_fault.php

Class Overview

nusoap_base
   |
   --nusoap_fault

Contains information for a SOAP fault.


Author(s):

Version:

  • $Id$

Methods


Child classes:

soap_fault
Backward compatibility

Class Details

[line 14]
Contains information for a SOAP fault.

Mainly used for returning faults from deployed functions in a server instance.




Tags:

author:  Dietrich Ayala <dietrich@ganx4.com>
version:  $Id$
access:  public


[ Top ]


Class Methods


constructor nusoap_fault [line 48]

nusoap_fault nusoap_fault( string $faultcode, [string $faultactor = ''], [string $faultstring = ''], [mixed $faultdetail = ''])

constructor



Parameters:

string   $faultcode   (SOAP-ENV:Client | SOAP-ENV: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

[ Top ]

method serialize [line 62]

string serialize( )

serialize a fault



Tags:

return:  The serialization of the fault instance.
access:  public


[ Top ]


Documentation generated on Thu, 12 Feb 2009 07:59:54 +0900 by phpDocumentor 1.4.2