org.apache.camel.blueprint.handler
Class CamelNamespaceHandler.PassThroughCallable<T>

java.lang.Object
  extended by org.apache.camel.blueprint.handler.CamelNamespaceHandler.PassThroughCallable<T>
All Implemented Interfaces:
java.util.concurrent.Callable<T>
Enclosing class:
CamelNamespaceHandler

public static class CamelNamespaceHandler.PassThroughCallable<T>
extends java.lang.Object
implements java.util.concurrent.Callable<T>


Constructor Summary
CamelNamespaceHandler.PassThroughCallable(T value)
           
 
Method Summary
 T call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelNamespaceHandler.PassThroughCallable

public CamelNamespaceHandler.PassThroughCallable(T value)
Method Detail

call

public T call()
       throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<T>
Throws:
java.lang.Exception


Apache CAMEL