包 | mx.rpc.wsdl |
类 | public class WSDLBinding |
继承 | WSDLBinding Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
当前,WSDL 仅支持 SOAP 绑定。
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
name : String [只读]
此绑定的唯一名称。 | WSDLBinding | ||
portType : mx.rpc.wsdl:WSDLPortType
此绑定的 portType,提供此绑定操作的接口定义。 | WSDLBinding | ||
style : String
表示 SOAP 绑定样式属性,是此绑定下定义的任何操作的默认设置。 | WSDLBinding | ||
transport : String
表示 SOAP 绑定传输属性,指示用于发送 SOAP 编码消息的传输的 URI。 | WSDLBinding |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
WSDLBinding(name:String)
创建一个新的 WSDLBinding。 | WSDLBinding | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
name | 属性 |
portType | 属性 |
portType:mx.rpc.wsdl:WSDLPortType
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
此绑定的 portType,提供此绑定操作的接口定义。
实现
public function get portType():mx.rpc.wsdl:WSDLPortType
public function set portType(value:mx.rpc.wsdl:WSDLPortType):void
style | 属性 |
transport | 属性 |
构造函数详细信息
WSDLBinding | () | 构造函数 |
Tue Jun 12 2018, 11:04 AM Z