Uses of Interface
org.apache.servicemix.common.ServiceMixComponent

Packages that use ServiceMixComponent
org.apache.servicemix.common Base classes to write JBI standard Binding Components and Service Engines 
org.apache.servicemix.common.wsdl1   
org.apache.servicemix.common.xbean   
 

Uses of ServiceMixComponent in org.apache.servicemix.common
 

Classes in org.apache.servicemix.common that implement ServiceMixComponent
 class BaseComponent
          Base class for a component.
 class DefaultComponent
          A useful base class for writing new JBI components which includes the ComponentLifeCycle interface methods so that you can write a new component in a single class with minimal overloading.
 

Fields in org.apache.servicemix.common declared as ServiceMixComponent
protected  ServiceMixComponent AsyncBaseLifeCycle.component
           
protected  ServiceMixComponent BaseServiceUnitManager.component
           
protected  ServiceMixComponent Registry.component
           
protected  ServiceMixComponent ServiceUnit.component
           
protected  ServiceMixComponent AbstractDeployer.component
           
 

Methods in org.apache.servicemix.common that return ServiceMixComponent
 ServiceMixComponent ServiceUnit.getComponent()
           
 

Methods in org.apache.servicemix.common with parameters of type ServiceMixComponent
protected  void AsyncBaseLifeCycle.setComponent(ServiceMixComponent component)
           
 void ServiceUnit.setComponent(ServiceMixComponent component)
           
 

Constructors in org.apache.servicemix.common with parameters of type ServiceMixComponent
AbstractDeployer(ServiceMixComponent component)
           
AsyncBaseLifeCycle(ServiceMixComponent component)
           
BaseLifeCycle(ServiceMixComponent component)
           
BaseServiceUnitManager(ServiceMixComponent component, Deployer[] deployers)
           
BaseServiceUnitManager(ServiceMixComponent component, Deployer[] deployers, boolean persistent)
           
Registry(ServiceMixComponent component)
           
ServiceUnit(ServiceMixComponent component)
           
 

Uses of ServiceMixComponent in org.apache.servicemix.common.wsdl1
 

Constructors in org.apache.servicemix.common.wsdl1 with parameters of type ServiceMixComponent
AbstractWsdl1Deployer(ServiceMixComponent component)
           
 

Uses of ServiceMixComponent in org.apache.servicemix.common.xbean
 

Constructors in org.apache.servicemix.common.xbean with parameters of type ServiceMixComponent
AbstractXBeanDeployer(ServiceMixComponent component)
           
BaseXBeanDeployer(ServiceMixComponent component)
           
BaseXBeanDeployer(ServiceMixComponent component, Class endpointClass)
           
BaseXBeanDeployer(ServiceMixComponent component, Class[] endpointClasses)
           
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.