org.apache.camel.impl
Class ExplicitCamelContextNameStrategy
java.lang.Object
org.apache.camel.impl.ExplicitCamelContextNameStrategy
- All Implemented Interfaces:
- CamelContextNameStrategy
public class ExplicitCamelContextNameStrategy
- extends Object
- implements CamelContextNameStrategy
Strategy to used an explicit (fixed) name for CamelContext
.
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExplicitCamelContextNameStrategy
public ExplicitCamelContextNameStrategy(String name)
getName
public String getName()
- Specified by:
getName
in interface CamelContextNameStrategy
Apache CAMEL