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

Packages that use InterfaceBinding
org.mule.api.component   
org.mule.component   
org.mule.module.ibeans.config   
org.mule.module.ibeans.spi   
org.mule.module.ibeans.spi.support   
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.ibeans.config
 

Classes in org.mule.module.ibeans.config that implement InterfaceBinding
 class CallInterfaceBinding
          An instance of a binding that matches iBean method name with an endpoint to invoke.
 class IBeanBinding
          TODO
 

Uses of InterfaceBinding in org.mule.module.ibeans.spi
 

Fields in org.mule.module.ibeans.spi with type parameters of type InterfaceBinding
protected  Map<String,InterfaceBinding> MuleCallAnnotationHandler.routers
           
 

Methods in org.mule.module.ibeans.spi with parameters of type InterfaceBinding
 void MuleCallAnnotationHandler.addRouterForInterface(InterfaceBinding router)
           
 

Uses of InterfaceBinding in org.mule.module.ibeans.spi.support
 

Classes in org.mule.module.ibeans.spi.support that implement InterfaceBinding
 class DefaultRequestInterfaceBinding
          Used for making a request from a message dispatcher
 class DynamicRequestInterfaceBinding
          Creates an component binding that can use the MessageRequester interface to make a call.
 

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-2012 MuleSoft, Inc.. All Rights Reserved.