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

Packages that use InterfaceBinding
org.mule.api.component   
org.mule.component   
 

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)
           
 



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