| Package | mx.rpc.wsdl |
| Class | public class WSDLBinding |
| Inheritance | WSDLBinding Object |
Currently only SOAP binding is supported for WSDL.
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| name : String
[read-only]
The unique name of this binding.
| WSDLBinding | ||
| portType : WSDLPortType
The portType for this binding which provides the interface definitions
for the operations of this binding.
| WSDLBinding | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| 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 | ||
| Method | Defined By | ||
|---|---|---|---|
|
WSDLBinding(name:String)
| WSDLBinding | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| name | property |
name:String [read-only] The unique name of this binding.
public function get name():String
| portType | property |
portType:WSDLPortType [read-write] The portType for this binding which provides the interface definitions for the operations of this binding.
public function get portType():WSDLPortType
public function set portType(value:WSDLPortType):void
| style | property |
style:String [read-write] 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.
public function get style():String
public function set style(value:String):void
| transport | property |
transport:String [read-write] 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).
public function get transport():String
public function set transport(value:String):void
| WSDLBinding | () | Constructor |