Paket | mx.rpc.wsdl |
Sınıf | public class WSDLBinding |
Miras Alma | WSDLBinding Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Currently only SOAP binding is supported for WSDL.
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
name : String [salt okunur]
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 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
WSDLBinding(name:String)
Creates a new WSDLBinding. | WSDLBinding | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
name | özellik |
portType | özellik |
portType:mx.rpc.wsdl:WSDLPortType
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The portType for this binding which provides the interface definitions for the operations of this binding.
Uygulama
public function get portType():mx.rpc.wsdl:WSDLPortType
public function set portType(value:mx.rpc.wsdl:WSDLPortType):void
style | özellik |
style:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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
.
Uygulama
public function get style():String
public function set style(value:String):void
transport | özellik |
transport:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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).
Uygulama
public function get transport():String
public function set transport(value:String):void
WSDLBinding | () | Yapıcı |
Tue Jun 12 2018, 01:09 PM Z