QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQSoapService

QSoapService Class Reference

Inherits QBaseClass.

Collaboration diagram for QSoapService:

List of all members.

Public Member Functions

Static Public Member Functions

Static Public Attributes

Protected Member Functions

Protected Attributes


Constructor & Destructor Documentation

QSoapService::__construct ( strClassName,
strNamespace 
)

References $strClassName, and $strNamespace.


Member Function Documentation

QSoapService::__get ( strName  ) 

Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.

Parameters:
string $strName Name of the property to get
Returns:
mixed the returned property

Reimplemented from QBaseClass.

References QCallerException::IncrementOffset().

static QSoapService::AlterComplexTypesArrayForArrayType ( strArrayTypeName,
strType,
&$  strComplexTypesArray 
) [static]

static QSoapService::GetArrayTypeName ( strType  )  [static]

QSoapService::GetClassWrapper (  ) 

QSoapService::GetDisco (  )  [protected]

References GetLocation().

QSoapService::GetLocation (  ) 

Referenced by GetDisco(), and GetWsdlService().

QSoapService::GetWsdl (  )  [protected]

QSoapService::GetWsdlBinding (  )  [protected]

Referenced by GetWsdl().

QSoapService::GetWsdlPortType (  )  [protected]

Referenced by GetWsdl().

QSoapService::GetWsdlService (  )  [protected]

References GetLocation().

Referenced by GetWsdl().

QSoapService::GetWsdlTypes ( strComplexTypesArray  ) 

Referenced by GetWsdl().

static QSoapService::Run ( strClassName,
strNamespace = null 
) [static]

QSoapService::SetupSoapMethods ( ReflectionClass $  objReflection  )  [protected]


Member Data Documentation

QSoapService::$DefaultNamespace = 'http://qcodo.defaultnamespace.com' [static]

QSoapService::$objMethodArray = array() [protected]

QSoapService::$objSoapServer [protected]

QSoapService::$strClassName [protected]

Referenced by __construct(), and Run().

QSoapService::$strNamespace [protected]

Referenced by __construct(), and Run().


The documentation for this class was generated from the following file: