Uses of Interface
org.mule.api.component.InterfaceBinding

Packages that use InterfaceBinding
org.mule.api.component   
org.mule.component   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
 

Uses of InterfaceBinding in org.mule.api.component
 

Methods in org.mule.api.component that return types with arguments of type InterfaceBinding
 List<InterfaceBinding> JavaComponent.getInterfaceBindings()
           
 

Method parameters in org.mule.api.component with type arguments of type InterfaceBinding
 void JavaComponent.setInterfaceBindings(List<InterfaceBinding> bindgins)
           
 

Uses of InterfaceBinding in org.mule.component
 

Classes in org.mule.component that implement InterfaceBinding
 class DefaultInterfaceBinding
           
 

Fields in org.mule.component with type parameters of type InterfaceBinding
protected  List<InterfaceBinding> AbstractJavaComponent.bindings
           
protected  Map<String,InterfaceBinding> BindingInvocationHandler.routers
           
 

Methods in org.mule.component that return types with arguments of type InterfaceBinding
 List<InterfaceBinding> AbstractJavaComponent.getInterfaceBindings()
           
 

Methods in org.mule.component with parameters of type InterfaceBinding
 void BindingInvocationHandler.addRouterForInterface(InterfaceBinding router)
           
 

Method parameters in org.mule.component with type arguments of type InterfaceBinding
 void AbstractJavaComponent.setInterfaceBindings(List<InterfaceBinding> bindings)
           
 

Constructors in org.mule.component with parameters of type InterfaceBinding
BindingInvocationHandler(InterfaceBinding router)
           
 

Constructor parameters in org.mule.component with type arguments of type InterfaceBinding
AbstractJavaComponent(ObjectFactory objectFactory, EntryPointResolverSet entryPointResolverSet, List<InterfaceBinding> bindings)
           
DefaultJavaComponent(ObjectFactory objectFactory, EntryPointResolverSet entryPointResolverSet, List<InterfaceBinding> bindings)
           
PooledJavaComponent(ObjectFactory objectFactory, PoolingProfile poolingProfile, EntryPointResolverSet entryPointResolverSet, List<InterfaceBinding> bindings)
           
 

Uses of InterfaceBinding in org.mule.module.scripting.component
 

Fields in org.mule.module.scripting.component with type parameters of type InterfaceBinding
protected  List<InterfaceBinding> ScriptComponent.bindings
           
 

Methods in org.mule.module.scripting.component that return types with arguments of type InterfaceBinding
 List<InterfaceBinding> ScriptComponent.getInterfaceBindings()
           
 

Method parameters in org.mule.module.scripting.component with type arguments of type InterfaceBinding
 void ScriptComponent.setInterfaceBindings(List<InterfaceBinding> bindingCollection)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.