Paket | mx.rpc.wsdl |
Klass | public class WSDLBinding |
Arv | WSDLBinding Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Currently only SOAP binding is supported for WSDL.
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
name : String [skrivskyddad]
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 |
Metod | Definieras med | ||
---|---|---|---|
WSDLBinding(name:String)
Creates a new WSDLBinding. | WSDLBinding | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
name | egenskap |
portType | egenskap |
portType:mx.rpc.wsdl:WSDLPortType
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The portType for this binding which provides the interface definitions for the operations of this binding.
Implementering
public function get portType():mx.rpc.wsdl:WSDLPortType
public function set portType(value:mx.rpc.wsdl:WSDLPortType):void
style | egenskap |
style:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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
.
Implementering
public function get style():String
public function set style(value:String):void
transport | egenskap |
transport:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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).
Implementering
public function get transport():String
public function set transport(value:String):void
WSDLBinding | () | Konstruktor |
Tue Jun 12 2018, 01:40 PM Z