패키지 | mx.rpc.wsdl |
클래스 | public class WSDLBinding |
상속 | WSDLBinding Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Currently only SOAP binding is supported for WSDL.
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
name : String [읽기 전용]
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 |
메서드 | 정의 주체 | ||
---|---|---|---|
WSDLBinding(name:String)
Creates a new 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 |
The portType for this binding which provides the interface definitions for the operations of this binding.
구현
public function get portType():mx.rpc.wsdl:WSDLPortType
public function set portType(value:mx.rpc.wsdl:WSDLPortType):void
style | 속성 |
style:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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
.
구현
public function get style():String
public function set style(value:String):void
transport | 속성 |
transport:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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).
구현
public function get transport():String
public function set transport(value:String):void
WSDLBinding | () | 생성자 |
Tue Jun 12 2018, 03:17 PM Z