| { "type": "class", | |
| "qname": "mx.rpc.wsdl.WSDL", | |
| "baseClassname": "" | |
| , | |
| "description": "Manages a WSDL top-level <code>definitions</code> element. WSDL definitions may contain imports to other WSDL definitions. Only SOAP bindings are supported.", | |
| "tags": [ | |
| { "tagName": "private", | |
| "values": []} ], | |
| "members": [ | |
| { "type": "method", | |
| "qname": "mx.rpc.wsdl.WSDL", | |
| "namespace": "", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Constructs a WSDL from XML. Services and their operations are parsed into object representations on the first call to <code>getService()</code>, <code>getPort()</code> or <code>getOperation()</code>. <code>defintions</code> element.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["xml An XML document starting from the top-level WSDL"]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["Flex 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "", | |
| "params": [{ "name": "xml", "type": "XML"}, | |
| { "name": "topLevelManager", "type": "mx.rpc.xml.SchemaManager"}]} | |
| , | |
| { "type": "accessor", | |
| "access": "read-only", | |
| "return": "mx.rpc.xml.SchemaManager", | |
| "qname": "schemaManager", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}}, | |
| { "type": "accessor", | |
| "access": "read-only", | |
| "return": "mx.rpc.xml.SchemaConstants", | |
| "qname": "schemaConstants", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}}, | |
| { "type": "accessor", | |
| "access": "read-only", | |
| "return": "mx.rpc.soap.SOAPConstants", | |
| "qname": "soapConstants", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}}, | |
| { "type": "accessor", | |
| "access": "read-only", | |
| "return": "Namespace", | |
| "qname": "targetNamespace", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}}, | |
| { "type": "accessor", | |
| "access": "read-only", | |
| "return": "mx.rpc.wsdl.WSDLConstants", | |
| "qname": "wsdlConstants", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}}, | |
| { "type": "accessor", | |
| "access": "read-only", | |
| "return": "XML", | |
| "qname": "xml", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "The raw XML representing the WSDL starting from the top-level definitions element.", | |
| "tags": [ | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["Flex 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ]}, | |
| { "type": "method", | |
| "qname": "addImport", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "return": "void", | |
| "params": [{ "name": "targetNamespace", "type": "Namespace"}, | |
| { "name": "wsdl", "type": "mx.rpc.wsdl.WSDL"}]} | |
| , | |
| { "type": "method", | |
| "qname": "addSchema", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "return": "void", | |
| "params": [{ "name": "schema", "type": "mx.rpc.xml.Schema"}]} | |
| , | |
| { "type": "method", | |
| "qname": "getOperation", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "return": "mx.rpc.wsdl.WSDLOperation", | |
| "params": [{ "name": "operationName", "type": "String"}, | |
| { "name": "serviceName", "type": "String"}, | |
| { "name": "portName", "type": "String"}]} | |
| , | |
| { "type": "method", | |
| "qname": "getPort", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Locate a port for a service by name. If a serviceName is provided, a service is first located, otherwise the first service is used by default. Once a service has been selected, the search then considers the port. If a portName is not provided, the first port is used by default.", | |
| "tags": [ | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["Flex 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "mx.rpc.wsdl.WSDLPort", | |
| "params": [{ "name": "serviceName", "type": "String"}, | |
| { "name": "portName", "type": "String"}]} | |
| , | |
| { "type": "method", | |
| "qname": "getService", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Search for WSDL service and port by name. If a serviceName is not provided the first service found will be selected by default.", | |
| "tags": [ | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["Flex 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "mx.rpc.wsdl.WSDLService", | |
| "params": [{ "name": "serviceName", "type": "String"}, | |
| { "name": "portName", "type": "String"}]} | |
| , | |
| { "type": "method", | |
| "qname": "getTypes", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "return": "XML", | |
| "params": [{ "name": "targetNamespace", "type": "Namespace"}]} | |
| ] | |
| } |