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

Class: soap_server

Source Location: /modules/nusoap/nusoap.php

Class Overview

nusoap_base
   |
   --nusoap_server
      |
      --soap_server

Backward compatibility


Author(s):

Version:

  • $Id$

Inherited Variables

Inherited Methods

Class: nusoap_server

nusoap_server::nusoap_server()
constructor the optional parameter is a path to a WSDL file that you'd like to bind the server instance to.
nusoap_server::add_to_map()
add a method to the dispatch map (this has been replaced by the register method)
nusoap_server::configureWSDL()
Sets up wsdl object.
nusoap_server::fault()
Specify a fault to be returned to the client.
nusoap_server::register()
register a service function with the server
nusoap_server::service()
processes request and returns response

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 4478]
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:03 +0900 by phpDocumentor 1.4.2