C# Class IServiceOriented.ServiceBus.Dispatchers.MethodDispatcher

Provides support for dispatching messages to an object instance.
Inheritance: Dispatcher
Show file Open project: jezell/iserviceoriented

Public Methods

Method Description
Dispatch ( MessageDelivery messageDelivery ) : void
MethodDispatcher ( SubscriptionEndpoint endpoint ) : System
MethodDispatcher ( object target ) : System
MethodDispatcher ( object target, bool isOneWay ) : System

Protected Methods

Method Description
GetResponseCorrelationId ( MessageDelivery delivery ) : string

Private Methods

Method Description
MethodDispatcher ( ) : System

Method Details

Dispatch() public method

public Dispatch ( MessageDelivery messageDelivery ) : void
messageDelivery MessageDelivery
return void

GetResponseCorrelationId() protected method

protected GetResponseCorrelationId ( MessageDelivery delivery ) : string
delivery MessageDelivery
return string

MethodDispatcher() public method

public MethodDispatcher ( SubscriptionEndpoint endpoint ) : System
endpoint SubscriptionEndpoint
return System

MethodDispatcher() public method

public MethodDispatcher ( object target ) : System
target object
return System

MethodDispatcher() public method

public MethodDispatcher ( object target, bool isOneWay ) : System
target object
isOneWay bool
return System