| Pacote | mx.rpc.wsdl |
| Classe | public class WSDLBinding |
| Herança | WSDLBinding Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Currently only SOAP binding is supported for WSDL.
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| name : String [somente leitura]
The unique name of this binding. | WSDLBinding | ||
| portType : mx.rpc.wsdl:WSDLPortType
The portType for this binding which provides the interface definitions
for the operations of this binding. | WSDLBinding | ||
| style : String
Represents a SOAP binding style attribute which is the default for any
operation defined under this binding. | WSDLBinding | ||
| transport : String
Represents a SOAP binding transport attribute which indicates the
URI of the transport used to send SOAP encoded messages. | WSDLBinding | ||
| Método | Definido por | ||
|---|---|---|---|
WSDLBinding(name:String)
Creates a new WSDLBinding. | WSDLBinding | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
name | propriedade |
portType | propriedade |
portType:mx.rpc.wsdl:WSDLPortType| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The portType for this binding which provides the interface definitions for the operations of this binding.
Implementação
public function get portType():mx.rpc.wsdl:WSDLPortType public function set portType(value:mx.rpc.wsdl:WSDLPortType):voidstyle | propriedade |
style:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Represents a SOAP binding style attribute which is the default for any operation defined under this binding. The style indicates whether an operation is RPC-oriented (messages containing parameters and return values) or document-oriented (message containing document(s)).
The default is document.
Implementação
public function get style():String public function set style(value:String):voidtransport | propriedade |
transport:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Represents a SOAP binding transport attribute which indicates the URI of the transport used to send SOAP encoded messages. The default URI is http://schemas.xmlsoap.org/soap/http/ which signifies SOAP over HTTP (and is currently the only transport supported).
Implementação
public function get transport():String public function set transport(value:String):voidWSDLBinding | () | Construtor |
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas