Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Soap_Server_Proxy Class Reference

Public Member Functions

 __construct ($className, $classArgs=array())
 Constructor.
 
 __call ($name, $arguments)
 Proxy for the WS-I compliant call.
 

Protected Member Functions

 _preProcessArguments ($arguments)
 Pre process arguments.
 

Protected Attributes

 $_classInstance
 
 $_className
 

Constructor & Destructor Documentation

__construct (   $className,
  $classArgs = array() 
)

Constructor.

Parameters
object$service

Member Function Documentation

__call (   $name,
  $arguments 
)

Proxy for the WS-I compliant call.

Parameters
string$name
string$arguments
Returns
array
_preProcessArguments (   $arguments)
protected

Pre process arguments.

Parameters
mixed$arguments
Returns
array

Member Data Documentation

$_classInstance
protected
$_className
protected