Class jSoapHandler

Description

Handler for soap extension call

Located in /core/jSoapCoordinator.class.php (line 81)


	
			
Variable Summary
Method Summary
jSoapHandler __construct ( $coordinator)
mixed __call (string $soapOperationName,  $soapArgs, array $soapArgsSoap)
Variables
jSoapCoordinator $coord (line 87)

Coordinator

  • access: protected
Methods
Constructor __construct (line 90)
jSoapHandler __construct ( $coordinator)
  • $coordinator
__call (line 101)

Intercept the soapServer method call in order to handle the call thrue the process method oj the coordinator

  • return: data, the soap server will transform it in a soap response Use of reflexion thrue jWSDL in order to map arg array to action params
mixed __call (string $soapOperationName,  $soapArgs, array $soapArgsSoap)
  • string $soapOperationName: Soap operation name (ie action name)
  • array $soapArgsSoap: Params for the operation
  • $soapArgs

Documentation generated on Thu, 19 Sep 2013 00:07:34 +0200 by phpDocumentor 1.4.3