Pakket | mx.rpc.wsdl |
Klasse | public class WSDLBinding |
Overerving | WSDLBinding Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Currently only SOAP binding is supported for WSDL.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
name : String [alleen-lezen]
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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
WSDLBinding(name:String)
Creates a new WSDLBinding. | WSDLBinding | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
name | eigenschap |
portType | eigenschap |
portType:mx.rpc.wsdl:WSDLPortType
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The portType for this binding which provides the interface definitions for the operations of this binding.
Implementatie
public function get portType():mx.rpc.wsdl:WSDLPortType
public function set portType(value:mx.rpc.wsdl:WSDLPortType):void
style | eigenschap |
style:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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
.
Implementatie
public function get style():String
public function set style(value:String):void
transport | eigenschap |
transport:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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).
Implementatie
public function get transport():String
public function set transport(value:String):void
WSDLBinding | () | Constructor |
Wed Jun 13 2018, 11:42 AM Z