phpDocumentor default
[ class tree: default ] [ index: default ] [ all elements ]

Class: soap_fault

Source Location: /lodel/scripts/nusoap.php

Class soap_fault

Class Overview

soap_fault class, allows for creation of faults mainly used for returning faults from deployed functions in a server instance.

Located in /lodel/scripts/nusoap.php [line 744]

nusoap_base
   |
   --soap_fault
Author(s): API Tags:
Access:  public

Information Tags:
Version:  $Id: nusoap.php 3705 2006-09-14 16:06:29Z cenou $

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From nusoap_base

nusoap_base::$charencoding
nusoap_base::$debug_str
nusoap_base::$error_str
nusoap_base::$namespaces
nusoap_base::$revision
nusoap_base::$soap_defencoding
nusoap_base::$title
nusoap_base::$typemap
nusoap_base::$usedNamespaces
nusoap_base::$version
nusoap_base::$xmlEntities
nusoap_base::$XMLSchemaVersion

Inherited From nusoap_base

nusoap_base::appendDebug()
adds debug data to the instance debug string without formatting
nusoap_base::clearDebug()
clears the current debug data for this instance
nusoap_base::contractQname()
contracts a qualified name
nusoap_base::debug()
adds debug data to the instance debug string with formatting
nusoap_base::expandEntities()
expands entities, e.g. changes '<' to '&lt;'.
nusoap_base::expandQname()
expands a qualified name
nusoap_base::formatDump()
nusoap_base::getDebug()
gets the current debug data for this instance
nusoap_base::getDebugAsXMLComment()
gets the current debug data for this instance as an XML comment this may change the contents of the debug data
nusoap_base::getError()
returns error string if present
nusoap_base::getLocalPart()
returns the local part of a prefixed string returns the original string, if not prefixed
nusoap_base::getmicrotime()
returns the time in ODBC canonical form with microseconds
nusoap_base::getNamespaceFromPrefix()
pass it a prefix, it returns a namespace returns false if no namespace registered with the given prefix
nusoap_base::getPrefix()
returns the prefix part of a prefixed string returns false, if not prefixed
nusoap_base::getPrefixFromNamespace()
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace
nusoap_base::isArraySimpleOrStruct()
detect if array is a simple array or a struct (associative array)
nusoap_base::serializeEnvelope()
serialize message
nusoap_base::serialize_val()
serializes PHP values in accordance w/ section 5. Type information is not serialized if $use == 'literal'.
nusoap_base::setError()
sets error string
nusoap_base::varDump()

[ Top ]
Property Summary
mixed   $faultactor  
mixed   $faultcode  
mixed   $faultdetail  
mixed   $faultstring  

[ Top ]
Method Summary
soap_fault   soap_fault()   constructor
void   serialize()   serialize a fault

[ Top ]
Properties
mixed   $faultactor [line 747]

[ Top ]
mixed   $faultcode [line 746]

[ Top ]
mixed   $faultdetail [line 749]

[ Top ]
mixed   $faultstring [line 748]

[ Top ]
Methods
Constructor soap_fault  [line 759]

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

constructor

Parameters:
string   $faultcode:  (client | server)
string   $faultactor:  only used when msg routed between multiple actors
string   $faultstring:  human readable error message
string   $faultdetail: 


[ Top ]
serialize  [line 771]

  void serialize( )

serialize a fault


API Tags:
Access:  public


[ Top ]

Documentation generated on Wed, 19 Sep 2007 05:07:18 +0200 by phpDocumentor 1.4.0a2