C# 클래스 amp.messaging.OutboundHeadersProcessor

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

보호된 프로퍼티들

프로퍼티 타입 설명
_alternateIdentity string

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetMessageTopic() 공개 메소드

public GetMessageTopic ( object message ) : string
message object
리턴 string

GetMessageType() 공개 메소드

public GetMessageType ( object message ) : string
message object
리턴 string

OutboundHeadersProcessor() 공개 메소드

public OutboundHeadersProcessor ( ) : System
리턴 System

OutboundHeadersProcessor() 공개 메소드

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

ProcessMessage() 공개 메소드

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

프로퍼티 상세

_alternateIdentity 보호되어 있는 프로퍼티

protected string _alternateIdentity
리턴 string