C# Class amp.messaging.OutboundHeadersProcessor

Inheritance: IMessageProcessor
Datei anzeigen Open project: Berico-Technologies/AMP

Protected Properties

Property Type Description
_alternateIdentity string

Public Methods

Method Description
Dispose ( ) : void
GetMessageTopic ( object message ) : string
GetMessageType ( object message ) : string
OutboundHeadersProcessor ( ) : System
OutboundHeadersProcessor ( string alternateSenderIdentity ) : System

Sets an alternate user Identity to user if not found in the envelope when ProcessEvent executes.

ProcessMessage ( MessageContext context, System.Action continueProcessing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetMessageTopic() public method

public GetMessageTopic ( object message ) : string
message object
return string

GetMessageType() public method

public GetMessageType ( object message ) : string
message object
return string

OutboundHeadersProcessor() public method

public OutboundHeadersProcessor ( ) : System
return System

OutboundHeadersProcessor() public method

Sets an alternate user Identity to user if not found in the envelope when ProcessEvent executes.
public OutboundHeadersProcessor ( string alternateSenderIdentity ) : System
alternateSenderIdentity string
return System

ProcessMessage() public method

public ProcessMessage ( MessageContext context, System.Action continueProcessing ) : void
context MessageContext
continueProcessing System.Action
return void

Property Details

_alternateIdentity protected_oe property

protected string _alternateIdentity
return string