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

Packages that use JavaComponent
org.mule.api.component   
org.mule.component   
org.mule.module.jca A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
 

Uses of JavaComponent in org.mule.api.component
 

Methods in org.mule.api.component with parameters of type JavaComponent
 LifecycleAdapter LifecycleAdapterFactory.create(Object pojoService, JavaComponent component, EntryPointResolverSet resolver, MuleContext muleContext)
           
 

Uses of JavaComponent in org.mule.component
 

Classes in org.mule.component that implement JavaComponent
 class AbstractJavaComponent
          Abstract implementation of JavaComponent adds JavaComponent specific's: EntryPointResolverSet, BindingCollection and ObjectFactory.
 class DefaultJavaComponent
          Default implementation of JavaComponent.
 class PooledJavaComponent
          PooledJavaComponent implements pooling.
 class SimpleCallableJavaComponent
          Simple JavaComponent implementation to be used when LifecycleAdapter is not required because i) the object instance implements Callable and so entry-point resolution is required and ii) component bindings are not used.
An ObjectFactory can be set but must return object instances that implement Callable.
 

Fields in org.mule.component declared as JavaComponent
protected  JavaComponent DefaultLifecycleAdapter.component
           
 

Methods in org.mule.component with parameters of type JavaComponent
 LifecycleAdapter DefaultLifecycleAdapterFactory.create(Object pojoService, JavaComponent component, EntryPointResolverSet resolver, MuleContext muleContext)
           
 

Constructors in org.mule.component with parameters of type JavaComponent
DefaultLifecycleAdapter(Object componentObject, JavaComponent component, EntryPointResolverSet entryPointResolver, MuleContext muleContext)
           
DefaultLifecycleAdapter(Object componentObject, JavaComponent component, MuleContext muleContext)
           
NullLifecycleAdapter(Object componentObject, JavaComponent component, EntryPointResolverSet entryPointResolver, MuleContext muleContext)
           
 

Uses of JavaComponent in org.mule.module.jca
 

Classes in org.mule.module.jca that implement JavaComponent
 class JcaComponent
           
 



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