Uses of Interface
org.apache.servicemix.camel.CamelComponent

Packages that use CamelComponent
org.apache.servicemix.camel   
org.apache.servicemix.camel.osgi   
 

Uses of CamelComponent in org.apache.servicemix.camel
 

Classes in org.apache.servicemix.camel that implement CamelComponent
 class CamelJbiComponent
          Deploys the camel endpoints within JBI
 

Methods in org.apache.servicemix.camel that return CamelComponent
 CamelComponent JbiComponent.getCamelJbiComponent()
           
 

Methods in org.apache.servicemix.camel with parameters of type CamelComponent
 void JbiComponent.setCamelJbiComponent(CamelComponent component)
           
 

Constructors in org.apache.servicemix.camel with parameters of type CamelComponent
JbiComponent(CamelComponent component)
           
 

Uses of CamelComponent in org.apache.servicemix.camel.osgi
 

Classes in org.apache.servicemix.camel.osgi that implement CamelComponent
 class OsgiCamelJbiComponent
          When deploying a JBI packaged SU to camel component, camel-spring and camel-osgi can not be found by Spring/XBean, thus leading to an exception about the spring and osgi namespaces not being found.
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.