ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Class ilSoapHook. More...
Public Member Functions | |
__construct (ilComponentFactory $component_factory) | |
getSoapMethods () | |
Get all registered soap methods over all SOAP plugins. More... | |
getWsdlTypes () | |
Get all registered WSDL types over all SOAP plugins. More... | |
getMethodByName (string $name) | |
Get a registered soap method by name. More... | |
Protected Attributes | |
ilComponentFactory | $component_factory |
Class ilSoapHook.
Definition at line 25 of file class.ilSoapHook.php.
ilSoapHook::__construct | ( | ilComponentFactory | $component_factory | ) |
Definition at line 29 of file class.ilSoapHook.php.
References $component_factory.
ilSoapHook::getMethodByName | ( | string | $name | ) |
Get a registered soap method by name.
string | $name |
Definition at line 81 of file class.ilSoapHook.php.
References ilSoapMethod\getName(), and getSoapMethods().
ilSoapHook::getSoapMethods | ( | ) |
Get all registered soap methods over all SOAP plugins.
Definition at line 39 of file class.ilSoapHook.php.
References XapiProxy\$plugin, and null.
Referenced by getMethodByName().
ilSoapHook::getWsdlTypes | ( | ) |
Get all registered WSDL types over all SOAP plugins.
Definition at line 59 of file class.ilSoapHook.php.
References XapiProxy\$plugin, and null.
|
protected |
Definition at line 27 of file class.ilSoapHook.php.
Referenced by __construct().