Class BindableProxyFactory
public class BindableProxyFactory : AbstractBindableProxyFactory, IBindable, IBindableProxyFactory
- Inheritance
-
BindableProxyFactory
- Implements
- Inherited Members
Constructors
BindableProxyFactory(Type, IEnumerable<IBindingTargetFactory>)
public BindableProxyFactory(Type bindingType, IEnumerable<IBindingTargetFactory> bindingTargetFactories)
Parameters
bindingType
TypebindingTargetFactories
IEnumerable<IBindingTargetFactory>
Methods
Invoke(MethodInfo)
public virtual object Invoke(MethodInfo info)
Parameters
info
MethodInfo
Returns
ReplaceInputChannel(string, string, ISubscribableChannel)
public virtual void ReplaceInputChannel(string originalChannelName, string newChannelName, ISubscribableChannel messageChannel)
Parameters
originalChannelName
stringnewChannelName
stringmessageChannel
ISubscribableChannel
ReplaceOutputChannel(string, string, IMessageChannel)
public virtual void ReplaceOutputChannel(string originalChannelName, string newChannelName, IMessageChannel messageChannel)
Parameters
originalChannelName
stringnewChannelName
stringmessageChannel
IMessageChannel