org.apache.camel.util
Class ProcessorTypeHelper
java.lang.Object
org.apache.camel.util.ProcessorTypeHelper
public final class ProcessorTypeHelper
- extends Object
Helper class for ProcessorType and the other model classes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
findFirstTypeInOutputs
public static <T> T findFirstTypeInOutputs(List<ProcessorType<?>> outputs,
Class<T> type)
- Looks for the given type in the list of outputs and recurring all the children as well.
Will stop at first found and return it.
- Parameters:
outputs
- list of outputs, can be null or empty.type
- the type to look for
- Returns:
- the first found type, or null if not found
Copyright © 2009 IONA Open Source Community. All Rights Reserved.