PHP Interface WSDL\XML\XMLStyle\XMLStyle

Author: Piotr Olaszewski ([email protected])
Mostra file Open project: piotrooo/wsdl-creator Interface Usage Examples

Public Methods

Method Description
generateBinding ( DOMDocument $DOMDocument, string $soapVersion ) : DOMElement
generateMessagePart ( DOMDocument $DOMDocument, Node[] $nodes ) : DOMElemen\DOMElement[]
generateTypes ( DOMDocument $DOMDocument, Parameter[] $parameters, string $soapVersion ) : DOMElemen\DOMElement[]

Method Details

generateBinding() public method

public generateBinding ( DOMDocument $DOMDocument, string $soapVersion ) : DOMElement
$DOMDocument DOMDocument
$soapVersion string
return DOMElement

generateMessagePart() public method

public generateMessagePart ( DOMDocument $DOMDocument, Node[] $nodes ) : DOMElemen\DOMElement[]
$DOMDocument DOMDocument
$nodes WSDL\Parser\Node[]
return DOMElemen\DOMElement[]

generateTypes() public method

public generateTypes ( DOMDocument $DOMDocument, Parameter[] $parameters, string $soapVersion ) : DOMElemen\DOMElement[]
$DOMDocument DOMDocument
$parameters WSDL\Builder\Parameter[]
$soapVersion string
return DOMElemen\DOMElement[]