Class jSoapHandler

Description

Handler for soap extension call

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


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

Coordinator

  • access: protected
Methods
Constructor __construct (line 86)
jSoapHandler __construct ( $coordinator)
  • $coordinator
__call (line 97)

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 Mon, 26 Oct 2015 21:56:26 +0100 by phpDocumentor 1.4.3