Lines Matching refs:bindings

28     var $bindings = array();  variable in wsdl
159 foreach($this->bindings as $binding => $bindingData) {
163 $this->bindings[$binding]['operations'][$operation]['input'] =
164 isset($this->bindings[$binding]['operations'][$operation]['input']) ?
165 …array_merge($this->bindings[$binding]['operations'][$operation]['input'], $this->portTypes[ $bindi…
167 $this->bindings[$binding]['operations'][$operation]['output'] =
168 isset($this->bindings[$binding]['operations'][$operation]['output']) ?
169 …array_merge($this->bindings[$binding]['operations'][$operation]['output'], $this->portTypes[ $bind…
171 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['input']['message'] …
172 …$this->bindings[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bi…
174 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['output']['message']…
175 …$this->bindings[$binding]['operations'][$operation]['output']['parts'] = $this->messages[ $this->b…
178 …if (isset($bindingData['style']) && !isset($this->bindings[$binding]['operations'][$operation]['st…
179 … $this->bindings[$binding]['operations'][$operation]['style'] = $bindingData['style'];
181 …$this->bindings[$binding]['operations'][$operation]['transport'] = isset($bindingData['transport']…
182 …$this->bindings[$binding]['operations'][$operation]['documentation'] = isset($this->portTypes[ $bi…
183 …$this->bindings[$binding]['operations'][$operation]['endpoint'] = isset($bindingData['endpoint']) …
396 $this->bindings[$this->currentBinding]['prefix'] = $prefix;
398 …$this->bindings[$this->currentBinding] = array_merge($this->bindings[$this->currentBinding], $attr…
401 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus]['he…
405 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['soapAction'] = $att…
408 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['style'] = $attrs['s…
413 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['name'] = $attrs['na…
414 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['binding'] = $this->…
415bindings[$this->currentBinding]['operations'][$this->currentOperation]['endpoint'] = isset($this->
425 …if (isset($this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opS…
426 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus] = a…
428 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus] = $…
444 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['bindingType'] = $namespace;
445 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['endpoint'] = $attrs['location'];
487 $this->bindings[$this->currentBinding]['portType'] = $this->getLocalPart($attrs['type']);
573 if (is_array($this->bindings[$binding])) {
574 return $this->bindings[$binding];
600 if (isset($this->bindings[ $portData['binding'] ]['operations'])) {
601 $ops = array_merge ($ops, $this->bindings[ $portData['binding'] ]['operations']);
629 foreach(array_keys($this->bindings[ $portData['binding'] ]['operations']) as $bOperation) {
632 $opData = $this->bindings[ $portData['binding'] ]['operations'][$operation];
659 foreach ($this->bindings[ $portData['binding'] ]['operations'] as $bOperation => $opData) {
952 if (count($this->bindings) >= 1) {
955 foreach($this->bindings as $bindingName => $attrs) {