C# 클래스 amp.messaging.EnvelopeExtensions

파일 보기 프로젝트 열기: Berico-Technologies/AMP

공개 메소드들

메소드 설명
GetCorrelationId ( this env ) : System.Guid
GetCorrelationId ( string>.this headers ) : System.Guid
GetCreationTime ( this env ) : System.DateTime
GetDigitalSignature ( this env ) : byte[]
GetDigitalSignature ( string>.this headers ) : byte[]
GetMessageId ( this env ) : System.Guid
GetMessageId ( string>.this headers ) : System.Guid
GetMessagePattern ( this env ) : string
GetMessagePattern ( string>.this headers ) : string
GetMessageTopic ( this env ) : string
GetMessageTopic ( string>.this headers ) : string
GetMessageType ( this env ) : string
GetMessageType ( string>.this headers ) : string
GetReceiptTime ( this env ) : System.DateTime
GetReceiptTime ( string>.this headers ) : System.DateTime
GetRpcTimeout ( this env ) : System.TimeSpan
GetRpcTimeout ( string>.this headers ) : System.TimeSpan
GetSenderIdentity ( this env ) : string
GetSenderIdentity ( string>.this headers ) : string
IsPubSub ( this env ) : bool
IsRequest ( this env ) : bool
IsRpc ( this env ) : bool
SetCorrelationId ( this env, System.Guid id ) : void
SetCorrelationId ( this env, string id ) : void
SetCorrelationId ( string>.this headers, System.Guid id ) : void
SetCorrelationId ( string>.this headers, string id ) : void
SetCreationTime ( this env, System.DateTime date ) : void
SetDigitalSignature ( this env, byte signature ) : void
SetDigitalSignature ( string>.this headers, byte signature ) : void
SetMessageId ( this env, System.Guid id ) : void
SetMessageId ( this env, string id ) : void
SetMessageId ( string>.this headers, System.Guid id ) : void
SetMessageId ( string>.this headers, string id ) : void
SetMessagePattern ( this env, string pattern ) : void
SetMessagePattern ( string>.this headers, string pattern ) : void
SetMessageTopic ( this env, string messageTopic ) : void
SetMessageTopic ( string>.this headers, string messageTopic ) : void
SetMessageType ( this env, string messageType ) : void
SetMessageType ( string>.this headers, string messageType ) : void
SetReceiptTime ( this env, System.DateTime date ) : void
SetReceiptTime ( string>.this headers, System.DateTime date ) : void
SetRpcTimeout ( this env, System.TimeSpan timeout ) : void
SetRpcTimeout ( string>.this headers, System.TimeSpan timeout ) : void
SetSenderIdentity ( this env, string identity ) : void
SetSenderIdentity ( string>.this headers, string identity ) : void

메소드 상세

GetCorrelationId() 공개 정적인 메소드

public static GetCorrelationId ( this env ) : System.Guid
env this
리턴 System.Guid

GetCorrelationId() 공개 정적인 메소드

public static GetCorrelationId ( string>.this headers ) : System.Guid
headers string>.this
리턴 System.Guid

GetCreationTime() 공개 정적인 메소드

public static GetCreationTime ( this env ) : System.DateTime
env this
리턴 System.DateTime

GetDigitalSignature() 공개 정적인 메소드

public static GetDigitalSignature ( this env ) : byte[]
env this
리턴 byte[]

GetDigitalSignature() 공개 정적인 메소드

public static GetDigitalSignature ( string>.this headers ) : byte[]
headers string>.this
리턴 byte[]

GetMessageId() 공개 정적인 메소드

public static GetMessageId ( this env ) : System.Guid
env this
리턴 System.Guid

GetMessageId() 공개 정적인 메소드

public static GetMessageId ( string>.this headers ) : System.Guid
headers string>.this
리턴 System.Guid

GetMessagePattern() 공개 정적인 메소드

public static GetMessagePattern ( this env ) : string
env this
리턴 string

GetMessagePattern() 공개 정적인 메소드

public static GetMessagePattern ( string>.this headers ) : string
headers string>.this
리턴 string

GetMessageTopic() 공개 정적인 메소드

public static GetMessageTopic ( this env ) : string
env this
리턴 string

GetMessageTopic() 공개 정적인 메소드

public static GetMessageTopic ( string>.this headers ) : string
headers string>.this
리턴 string

GetMessageType() 공개 정적인 메소드

public static GetMessageType ( this env ) : string
env this
리턴 string

GetMessageType() 공개 정적인 메소드

public static GetMessageType ( string>.this headers ) : string
headers string>.this
리턴 string

GetReceiptTime() 공개 정적인 메소드

public static GetReceiptTime ( this env ) : System.DateTime
env this
리턴 System.DateTime

GetReceiptTime() 공개 정적인 메소드

public static GetReceiptTime ( string>.this headers ) : System.DateTime
headers string>.this
리턴 System.DateTime

GetRpcTimeout() 공개 정적인 메소드

public static GetRpcTimeout ( this env ) : System.TimeSpan
env this
리턴 System.TimeSpan

GetRpcTimeout() 공개 정적인 메소드

public static GetRpcTimeout ( string>.this headers ) : System.TimeSpan
headers string>.this
리턴 System.TimeSpan

GetSenderIdentity() 공개 정적인 메소드

public static GetSenderIdentity ( this env ) : string
env this
리턴 string

GetSenderIdentity() 공개 정적인 메소드

public static GetSenderIdentity ( string>.this headers ) : string
headers string>.this
리턴 string

IsPubSub() 공개 정적인 메소드

public static IsPubSub ( this env ) : bool
env this
리턴 bool

IsRequest() 공개 정적인 메소드

public static IsRequest ( this env ) : bool
env this
리턴 bool

IsRpc() 공개 정적인 메소드

public static IsRpc ( this env ) : bool
env this
리턴 bool

SetCorrelationId() 공개 정적인 메소드

public static SetCorrelationId ( this env, System.Guid id ) : void
env this
id System.Guid
리턴 void

SetCorrelationId() 공개 정적인 메소드

public static SetCorrelationId ( this env, string id ) : void
env this
id string
리턴 void

SetCorrelationId() 공개 정적인 메소드

public static SetCorrelationId ( string>.this headers, System.Guid id ) : void
headers string>.this
id System.Guid
리턴 void

SetCorrelationId() 공개 정적인 메소드

public static SetCorrelationId ( string>.this headers, string id ) : void
headers string>.this
id string
리턴 void

SetCreationTime() 공개 정적인 메소드

public static SetCreationTime ( this env, System.DateTime date ) : void
env this
date System.DateTime
리턴 void

SetDigitalSignature() 공개 정적인 메소드

public static SetDigitalSignature ( this env, byte signature ) : void
env this
signature byte
리턴 void

SetDigitalSignature() 공개 정적인 메소드

public static SetDigitalSignature ( string>.this headers, byte signature ) : void
headers string>.this
signature byte
리턴 void

SetMessageId() 공개 정적인 메소드

public static SetMessageId ( this env, System.Guid id ) : void
env this
id System.Guid
리턴 void

SetMessageId() 공개 정적인 메소드

public static SetMessageId ( this env, string id ) : void
env this
id string
리턴 void

SetMessageId() 공개 정적인 메소드

public static SetMessageId ( string>.this headers, System.Guid id ) : void
headers string>.this
id System.Guid
리턴 void

SetMessageId() 공개 정적인 메소드

public static SetMessageId ( string>.this headers, string id ) : void
headers string>.this
id string
리턴 void

SetMessagePattern() 공개 정적인 메소드

public static SetMessagePattern ( this env, string pattern ) : void
env this
pattern string
리턴 void

SetMessagePattern() 공개 정적인 메소드

public static SetMessagePattern ( string>.this headers, string pattern ) : void
headers string>.this
pattern string
리턴 void

SetMessageTopic() 공개 정적인 메소드

public static SetMessageTopic ( this env, string messageTopic ) : void
env this
messageTopic string
리턴 void

SetMessageTopic() 공개 정적인 메소드

public static SetMessageTopic ( string>.this headers, string messageTopic ) : void
headers string>.this
messageTopic string
리턴 void

SetMessageType() 공개 정적인 메소드

public static SetMessageType ( this env, string messageType ) : void
env this
messageType string
리턴 void

SetMessageType() 공개 정적인 메소드

public static SetMessageType ( string>.this headers, string messageType ) : void
headers string>.this
messageType string
리턴 void

SetReceiptTime() 공개 정적인 메소드

public static SetReceiptTime ( this env, System.DateTime date ) : void
env this
date System.DateTime
리턴 void

SetReceiptTime() 공개 정적인 메소드

public static SetReceiptTime ( string>.this headers, System.DateTime date ) : void
headers string>.this
date System.DateTime
리턴 void

SetRpcTimeout() 공개 정적인 메소드

public static SetRpcTimeout ( this env, System.TimeSpan timeout ) : void
env this
timeout System.TimeSpan
리턴 void

SetRpcTimeout() 공개 정적인 메소드

public static SetRpcTimeout ( string>.this headers, System.TimeSpan timeout ) : void
headers string>.this
timeout System.TimeSpan
리턴 void

SetSenderIdentity() 공개 정적인 메소드

public static SetSenderIdentity ( this env, string identity ) : void
env this
identity string
리턴 void

SetSenderIdentity() 공개 정적인 메소드

public static SetSenderIdentity ( string>.this headers, string identity ) : void
headers string>.this
identity string
리턴 void