C# Class Castle.Facilities.WcfIntegration.WcfBehaviorActivator

Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Show file Open project: castleproject/Windsor

Public Methods

Method Description
WcfBehaviorActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core

Protected Methods

Method Description
Instantiate ( CreationContext context ) : object

Method Details

Instantiate() protected method

protected Instantiate ( CreationContext context ) : object
context CreationContext
return object

WcfBehaviorActivator() public method

public WcfBehaviorActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core
model Castle.Core.ComponentModel
kernel IKernelInternal
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
return Castle.Core