패키지 | mx.rpc.soap |
클래스 | public class SOAPHeader |
상속 | SOAPHeader Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
content : Object
The content to send for the header value. | SOAPHeader | ||
mustUnderstand : Boolean
Specifies whether the header must be understood by the endpoint. | SOAPHeader | ||
qname : QName
The qualified name of the SOAP header. | SOAPHeader | ||
role : String
Specifies the URI for the role that this header is intended in a
potential chain of endpoints processing a SOAP request. | SOAPHeader |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructs a new SOAPHeader. | SOAPHeader | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
content | 속성 |
public var content:Object
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The content to send for the header value. If you provide an XML or flash.xml.XMLNode instance for the header, it is used directly as pre-encoded content and appended as a child to the soap:header element. Otherwise, you can provide the value as a String or Number, etc. and the underlying SOAP encoder attempts to encode the value correctly based on the QName provided in the SOAPHeader (with the last resort being xsd:anyType if a type definition is not present).
mustUnderstand | 속성 |
public var mustUnderstand:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies whether the header must be understood by the endpoint. If the header is handled but must be understood the endpoint should return a SOAP fault.
qname | 속성 |
public var qname:QName
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The qualified name of the SOAP header.
role | 속성 |
public var role:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies the URI for the role that this header is intended in a
potential chain of endpoints processing a SOAP request. If defined,
this value is used to specify the actor
for the SOAP
header.
SOAPHeader | () | 생성자 |
public function SOAPHeader(qname:QName, content:Object)
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Constructs a new SOAPHeader. The qualified name and content for the SOAP header are required.
매개 변수qname:QName — The qualified name of the SOAP header.
| |
content:Object — The content to send for the header value.
|
Tue Jun 12 2018, 03:17 PM Z