C# Class Castle.Facilities.WcfIntegration.Proxy.WcfInterceptorSelector

Inheritance: IInterceptorSelector
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
WcfInterceptorSelector ( Type proxiedType, IInterceptorSelector userProvidedSelector ) : System

Private Methods

Méthode Description
AddWcfInterceptors ( List infrastructureInterceptors, IInterceptor selectedInterceptors ) : IInterceptor[]
IsMixInTypeMethod ( MethodInfo method ) : bool
IsProxiedTypeMethod ( MethodInfo method ) : bool
IsServiceMethod ( MethodInfo method ) : bool
SelectInterceptorsForMixInType ( MethodInfo method, IInterceptor interceptors, Type type ) : IInterceptor[]
SelectInterceptorsForProxiedType ( MethodInfo method, IInterceptor interceptors, Type type, bool addWcfInterceptors ) : IInterceptor[]
SelectInterceptorsForServiceType ( MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
SelectInterceptorsForWcfProxiedType ( MethodInfo method, IInterceptor interceptors, Type type ) : IInterceptor[]
SelectUserInterceptors ( MethodInfo method, List userInterceptors, Type type ) : IInterceptor[]
SplitInterceptors ( IInterceptor interceptors, MethodInfo method, List &infrastructureInterceptors, List &userInterceptors ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SelectInterceptors() public méthode

public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type
method System.Reflection.MethodInfo
interceptors IInterceptor
Résultat IInterceptor[]

WcfInterceptorSelector() public méthode

public WcfInterceptorSelector ( Type proxiedType, IInterceptorSelector userProvidedSelector ) : System
proxiedType Type
userProvidedSelector IInterceptorSelector
Résultat System