org.apache.servicemix.camel
Class CamelControlBus

java.lang.Object
  extended by org.apache.servicemix.camel.CamelControlBus

public class CamelControlBus
extends Object

A simple control bus for accessing Camel features over the JBI NMR

Version:
$Revision: 563665 $

Constructor Summary
CamelControlBus(org.apache.camel.CamelContext camelContext)
           
 
Method Summary
 Collection<org.apache.camel.Endpoint> getEndpoints(String filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelControlBus

public CamelControlBus(org.apache.camel.CamelContext camelContext)
Method Detail

getEndpoints

public Collection<org.apache.camel.Endpoint> getEndpoints(String filter)


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