Zend Framework
1.12
|
Public Member Functions | |
__construct (array $typeMap=array(), $defaultStrategy="Zend_Soap_Wsdl_Strategy_DefaultComplexType") | |
Construct Composite WSDL Strategy. | |
connectTypeToStrategy ($type, $strategy) | |
Connect a complex type to a given strategy. | |
getDefaultStrategy () | |
Return default strategy of this composite. | |
getStrategyOfType ($type) | |
Return specific strategy or the default strategy of this type. | |
setContext (Zend_Soap_Wsdl $context) | |
Method accepts the current WSDL context file. | |
addComplexType ($type) | |
Create a complex type based on a strategy. | |
Protected Attributes | |
$_typeMap = array() | |
$_defaultStrategy | |
$_context | |
__construct | ( | array | $typeMap = array() , |
$defaultStrategy = "Zend_Soap_Wsdl_Strategy_DefaultComplexType" |
|||
) |
Construct Composite WSDL Strategy.
Zend_Soap_Wsdl_Exception |
array | $typeMap | |
string | Zend_Soap_Wsdl_Strategy_Interface | $defaultStrategy |
addComplexType | ( | $type | ) |
Create a complex type based on a strategy.
Zend_Soap_Wsdl_Exception |
string | $type |
Implements Zend_Soap_Wsdl_Strategy_Interface.
connectTypeToStrategy | ( | $type, | |
$strategy | |||
) |
Connect a complex type to a given strategy.
Zend_Soap_Wsdl_Exception |
string | $type | |
string | Zend_Soap_Wsdl_Strategy_Interface | $strategy |
getDefaultStrategy | ( | ) |
Return default strategy of this composite.
Zend_Soap_Wsdl_Exception |
string | $type |
getStrategyOfType | ( | $type | ) |
Return specific strategy or the default strategy of this type.
Zend_Soap_Wsdl_Exception |
string | $type |
setContext | ( | Zend_Soap_Wsdl | $context | ) |
Method accepts the current WSDL context file.
Zend_Soap_Wsdl | $context |
Implements Zend_Soap_Wsdl_Strategy_Interface.
|
protected |
|
protected |
|
protected |