This page was saved using jaction on 2006-09-04 8:34:04.
Address: http://flexdocs.kr/docs/flex2/langref/mx/messaging/messages/SOAPMessage.html
Title: mx.messaging.messages.SOAPMessage (Flex™ 2 레퍼런스 가이드)  •  Size: 37880
(Flex Data Services 전용)
Packagemx.messaging.messages
Classpublic class SOAPMessage
InheritanceSOAPMessage Inheritance HTTPRequestMessage Inheritance AbstractMessage Inheritance Object

SOAPMessages 는, HTTPRequestMessages 를 닮아 있습니다. 다만, 항상 HTTP POST 를 사용해 송신되는 SOAP XML 포락선 요구의 본체가 반드시 포함되어 있습니다. 또, SOAP 액션을 지정할 수도 있습니다.



Public property
 property정의
 Inheritedbody : Object
메세지의 본문에는, 리모트 행선지에 전달할 필요가 있는 특정의 데이터가 포함됩니다.
AbstractMessage
 InheritedclientId : String
clientId 는, 메세지를 송신한 MessageAgent 를 나타냅니다.
AbstractMessage
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
 InheritedcontentType : String
이 메세지의 컨텐츠의 타입을 나타냅니다.
HTTPRequestMessage
 Inheriteddestination : String
메세지의 행선지.
AbstractMessage
 Inheritedheaders : Object
메세지의 헤더는, 키가 헤더명, 값이 헤더치로서 포함되는 결합 배열입니다.
AbstractMessage
 InheritedhttpHeaders : Object
행선지에 대해서 간 요구에 배치해야 하는 특정의 HTTP 헤더가 포함됩니다.
HTTPRequestMessage
 InheritedmessageId : String
메세지 고유의 ID.
AbstractMessage
 Inheritedmethod : String
요구에 어느 Methods를 사용하는지를 나타냅니다.
HTTPRequestMessage
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
 InheritedrecordHeaders : Boolean
프록시가 그 자체가 사용한 요구 헤더와 응답 헤더를 돌려주어 왔을 경우, 프록시를 통과할 경우에만 사용됩니다.
HTTPRequestMessage
  SOAP_ACTION_HEADER : String = "SOAPAction"
[static] SOAPMessage 메세지에 대한 SOAP 액션을 포함하는 HTTP 헤더입니다.
SOAPMessage
 Inheritedtimestamp : Number
메세지의 일시 스탬프에의 액세스를 제공합니다.
AbstractMessage
 InheritedtimeToLive : Number
메세지의 유효기간의 값은, 메세지가 유효해 전달 가능하다라고 보여지는 기간을 나타냅니다.
AbstractMessage
 Inheritedurl : String
이 요구의 최종 행선지가 포함됩니다.
HTTPRequestMessage
Public Methods
 Methods정의
  SOAPMessage ()
초기화되어 있지 않은 SOAPMessage 를 작성합니다.
SOAPMessage
  getSOAPAction ():String
호출 대상이 되는 리모트의 Methods 또는 조작의 이름에의 액세스를 제공합니다.
SOAPMessage
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
메세지의 string 표현을 돌려줍니다.
AbstractMessage
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
Public 정수
 정수정의
 InheritedCONTENT_TYPE_FORM : String = "application/x-www-form-urlencoded"
[static] 이 메세지의 컨텐츠가 폼인 것을 나타냅니다.
HTTPRequestMessage
 InheritedCONTENT_TYPE_SOAP_XML : String = "text/xml; charset=utf-8"
[static] 이 메세지의 컨텐츠가, SOAP 요구에 사용되는 XML 인 것을 나타냅니다.
HTTPRequestMessage
 InheritedCONTENT_TYPE_XML : String = "application/xml"
[static] 이 메세지의 컨텐츠가 XML 인 것을 나타냅니다.
HTTPRequestMessage
 InheritedDELETE_METHOD : String = "DELETE"
[static] 이 요구에 사용된 Methods는 "delete" 인 것을 나타냅니다.
HTTPRequestMessage
 InheritedDESTINATION_CLIENT_ID_HEADER : String = "DSDstClientId"
[static] 서버로부터 푸쉬 된 메세지가 배치로서 도착했을 때, 그 배치내의 메세지가 복수의 다른 컨슈머(consumer) 인스턴스를 타겟으로 하고 있을 가능성이 있습니다.
AbstractMessage
 InheritedENDPOINT_HEADER : String = "DSEndpoint"
[static] 메세지에는, 메세지가 송신되는 채널의 엔드 포인트 ID 의 태그가 부여됩니다.
AbstractMessage
 InheritedGET_METHOD : String = "GET"
[static] 이 요구에 사용된 Methods는 "get" 인 것을 나타냅니다.
HTTPRequestMessage
 InheritedHEAD_METHOD : String = "HEAD"
[static] 이 요구에 사용된 Methods는 "head" 인 것을 나타냅니다.
HTTPRequestMessage
 InheritedOPTIONS_METHOD : String = "OPTIONS"
[static] 이 요구에 사용된 Methods는 "options" 인 것을 나타냅니다.
HTTPRequestMessage
 InheritedPOST_METHOD : String = "POST"
[static] 이 요구에 사용된 Methods는 "post" 인 것을 나타냅니다.
HTTPRequestMessage
 InheritedPUT_METHOD : String = "PUT"
[static] 이 요구에 사용된 Methods는 "put" 인 것을 나타냅니다.
HTTPRequestMessage
 InheritedREMOTE_CREDENTIALS_HEADER : String = "DSRemoteCredentials"
[static] 행선지의 리모트 증명서를 설정할 필요가 있는 메세지는, 이 헤더내에 Base64 encode 된 자격 정보를 보관 유지합니다.
AbstractMessage
 InheritedREQUEST_TIMEOUT_HEADER : String = "DSRequestTimeout"
[static] 이 헤더는, 요구 타임 아웃을 정의해 송신되는 메세지에 사용됩니다.
AbstractMessage
 InheritedTRACE_METHOD : String = "TRACE"
[static] 이 요구에 사용된 Methods는 "trace" 인 것을 나타냅니다.
HTTPRequestMessage
property의 상세
SOAP_ACTION_HEADERproperty
public static var SOAP_ACTION_HEADER:String = "SOAPAction"

SOAPMessage 메세지에 대한 SOAP 액션을 포함하는 HTTP 헤더입니다.

constructor    의 상세
SOAPMessage()constructor   
public 함수 SOAPMessage()

초기화되어 있지 않은 SOAPMessage 를 작성합니다.

Methods의 상세
getSOAPAction()Methods
public function getSOAPAction():String

호출 대상이 되는 리모트의 Methods 또는 조작의 이름에의 액세스를 제공합니다.

반환값
String






 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/messaging/messages/SOAPMessage.html