C# Class amp.messaging.EnvelopeExtensions

Show file Open project: Berico-Technologies/AMP

Public Methods

Method Description
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

Method Details

GetCorrelationId() public static method

public static GetCorrelationId ( this env ) : System.Guid
env this
return System.Guid

GetCorrelationId() public static method

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

GetCreationTime() public static method

public static GetCreationTime ( this env ) : System.DateTime
env this
return System.DateTime

GetDigitalSignature() public static method

public static GetDigitalSignature ( this env ) : byte[]
env this
return byte[]

GetDigitalSignature() public static method

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

GetMessageId() public static method

public static GetMessageId ( this env ) : System.Guid
env this
return System.Guid

GetMessageId() public static method

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

GetMessagePattern() public static method

public static GetMessagePattern ( this env ) : string
env this
return string

GetMessagePattern() public static method

public static GetMessagePattern ( string>.this headers ) : string
headers string>.this
return string

GetMessageTopic() public static method

public static GetMessageTopic ( this env ) : string
env this
return string

GetMessageTopic() public static method

public static GetMessageTopic ( string>.this headers ) : string
headers string>.this
return string

GetMessageType() public static method

public static GetMessageType ( this env ) : string
env this
return string

GetMessageType() public static method

public static GetMessageType ( string>.this headers ) : string
headers string>.this
return string

GetReceiptTime() public static method

public static GetReceiptTime ( this env ) : System.DateTime
env this
return System.DateTime

GetReceiptTime() public static method

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

GetRpcTimeout() public static method

public static GetRpcTimeout ( this env ) : System.TimeSpan
env this
return System.TimeSpan

GetRpcTimeout() public static method

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

GetSenderIdentity() public static method

public static GetSenderIdentity ( this env ) : string
env this
return string

GetSenderIdentity() public static method

public static GetSenderIdentity ( string>.this headers ) : string
headers string>.this
return string

IsPubSub() public static method

public static IsPubSub ( this env ) : bool
env this
return bool

IsRequest() public static method

public static IsRequest ( this env ) : bool
env this
return bool

IsRpc() public static method

public static IsRpc ( this env ) : bool
env this
return bool

SetCorrelationId() public static method

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

SetCorrelationId() public static method

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

SetCorrelationId() public static method

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

SetCorrelationId() public static method

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

SetCreationTime() public static method

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

SetDigitalSignature() public static method

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

SetDigitalSignature() public static method

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

SetMessageId() public static method

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

SetMessageId() public static method

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

SetMessageId() public static method

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

SetMessageId() public static method

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

SetMessagePattern() public static method

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

SetMessagePattern() public static method

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

SetMessageTopic() public static method

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

SetMessageTopic() public static method

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

SetMessageType() public static method

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

SetMessageType() public static method

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

SetReceiptTime() public static method

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

SetReceiptTime() public static method

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

SetRpcTimeout() public static method

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

SetRpcTimeout() public static method

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

SetSenderIdentity() public static method

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

SetSenderIdentity() public static method

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