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
          Deprecated. 
 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 Registry.component
           
protected  ServiceMixComponent AsyncBaseLifeCycle.component
           
protected  ServiceMixComponent AbstractDeployer.component
           
protected  ServiceMixComponent DefaultServiceUnit.component
           
protected  ServiceMixComponent BaseServiceUnitManager.component
           
 

Methods in org.apache.servicemix.common that return ServiceMixComponent
 ServiceMixComponent DefaultServiceUnit.getComponent()
           
 ServiceMixComponent ServiceUnit.getComponent()
          Retrieves the component where this SU is deployed.
 

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

Constructors in org.apache.servicemix.common with parameters of type ServiceMixComponent
AbstractDeployer(ServiceMixComponent component)
           
AsyncBaseLifeCycle(ServiceMixComponent component)
           
BaseLifeCycle(ServiceMixComponent component)
          Deprecated.  
BaseServiceUnitManager(ServiceMixComponent component, Deployer[] deployers)
           
BaseServiceUnitManager(ServiceMixComponent component, Deployer[] deployers, boolean persistent)
           
DefaultServiceUnit(ServiceMixComponent component)
           
Registry(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, java.lang.Class endpointClass)
           
BaseXBeanDeployer(ServiceMixComponent component, java.lang.Class[] endpointClasses)
           
ClassLoaderXmlPreprocessor(java.io.File root, ServiceMixComponent component)
           
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.