blob: f9a99190f5a6df335207e5175df2aa459334d87e [file] [log] [blame]
{ "type": "class",
"qname": "mx.rpc.wsdl.WSDLBinding",
"baseClassname": ""
,
"description": "A binding defines the message format and protocol for messages sent to and from operations as defined by a particular portType. <p> Currently only SOAP binding is supported for WSDL. </p>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "mx.rpc.wsdl.WSDLBinding",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates a new WSDLBinding. Currently, only SOAP binding is supported for WSDL.",
"tags": [
{ "tagName": "param",
"values": ["name The unique name of this binding."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "name", "type": "String"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "name",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The unique name of this binding.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "mx.rpc.wsdl.WSDLPortType",
"qname": "portType",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The portType for this binding which provides the interface definitions for the operations of this binding.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "style",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "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)). <p> The default is <code>document</code>. </p>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "transport",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "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).",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}