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

Class: soap_parser

Source Location: /modules/nusoap/nusoap.php

Class Overview

nusoap_base
   |
   --nusoap_parser
      |
      --soap_parser

Backward compatibility


Author(s):

Version:

  • $Id$

Inherited Variables

Inherited Methods

Class: nusoap_parser

nusoap_parser::nusoap_parser()
constructor that actually does the parsing
nusoap_parser::getHeaders()
get the unparsed SOAP Header
nusoap_parser::get_response()
get the parsed message (SOAP Body)
nusoap_parser::get_soapbody()
get the parsed SOAP Body (NULL if there was none)
nusoap_parser::get_soapheader()
get the parsed SOAP Header (NULL if there was none)

Class: nusoap_base

nusoap_base::nusoap_base()
constructor
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::formatDump()
formats a string to be inserted into an HTML stream
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::getDebugLevel()
gets the debug level for this instance
nusoap_base::getError()
returns error string if present
nusoap_base::getGlobalDebugLevel()
gets the global debug level, which applies to future instances
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
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::serializeEnvelope()
serializes a message
nusoap_base::serialize_val()
serializes PHP values in accordance w/ section 5. Type information is not serialized if $use == 'literal'.
nusoap_base::setDebugLevel()
sets the debug level for this instance
nusoap_base::setGlobalDebugLevel()
sets the global debug level, which applies to future instances
nusoap_base::varDump()
Returns a string with the output of var_dump
nusoap_base::__toString()
represents the object as a string

Class Details

[line 7015]
Backward compatibility



Tags:

author:  Scott Nichol <snichol@users.sourceforge.net>
author:  Dietrich Ayala <dietrich@ganx4.com>
version:  $Id$


[ Top ]


Documentation generated on Thu, 12 Feb 2009 08:00:02 +0900 by phpDocumentor 1.4.2