Uses of Interface
org.mule.api.routing.BindingCollection

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

Uses of BindingCollection in org.mule.api.component
 

Methods in org.mule.api.component that return BindingCollection
 BindingCollection JavaComponent.getBindingCollection()
           
 

Methods in org.mule.api.component with parameters of type BindingCollection
 void JavaComponent.setBindingCollection(BindingCollection bindingCollection)
           
 

Uses of BindingCollection in org.mule.component
 

Fields in org.mule.component declared as BindingCollection
protected  BindingCollection AbstractJavaComponent.bindingCollection
           
 

Methods in org.mule.component that return BindingCollection
 BindingCollection AbstractJavaComponent.getBindingCollection()
           
 

Methods in org.mule.component with parameters of type BindingCollection
 void AbstractJavaComponent.setBindingCollection(BindingCollection bindingCollection)
           
 

Constructors in org.mule.component with parameters of type BindingCollection
AbstractJavaComponent(ObjectFactory objectFactory, EntryPointResolverSet entryPointResolverSet, BindingCollection bindingCollection)
           
DefaultJavaComponent(ObjectFactory objectFactory, EntryPointResolverSet entryPointResolverSet, BindingCollection bindingCollection)
           
PooledJavaComponent(ObjectFactory objectFactory, PoolingProfile poolingProfile, EntryPointResolverSet entryPointResolverSet, BindingCollection bindingCollection)
           
 

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

Fields in org.mule.module.scripting.component declared as BindingCollection
protected  BindingCollection ScriptComponent.bindingCollection
           
 

Methods in org.mule.module.scripting.component that return BindingCollection
 BindingCollection ScriptComponent.getBindingCollection()
           
 

Methods in org.mule.module.scripting.component with parameters of type BindingCollection
 void ScriptComponent.setBindingCollection(BindingCollection bindingCollection)
           
 

Uses of BindingCollection in org.mule.routing.binding
 

Classes in org.mule.routing.binding that implement BindingCollection
 class DefaultBindingCollection
          TODO
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.