C# Class Paralect.ServiceBus.Dispatching2.ObjectHandlerExecutor

ファイルを表示 Open project: paralect/Paralect.ServiceBus

Public Methods

Method Description
Execute ( object message ) : void
InvokeDynamic ( Object handler, Object message ) : void
ObjectHandlerExecutor ( Type handlerType, IServiceLocator serviceLocator ) : System

Method Details

Execute() public method

public Execute ( object message ) : void
message object
return void

InvokeDynamic() public method

public InvokeDynamic ( Object handler, Object message ) : void
handler Object
message Object
return void

ObjectHandlerExecutor() public method

public ObjectHandlerExecutor ( Type handlerType, IServiceLocator serviceLocator ) : System
handlerType System.Type
serviceLocator IServiceLocator
return System