org.apache.camel.component.cxf.blueprint
Class EndpointDefinitionParser.PassThroughCallable<T>

java.lang.Object
  extended by org.apache.camel.component.cxf.blueprint.EndpointDefinitionParser.PassThroughCallable<T>
All Implemented Interfaces:
Callable<T>
Enclosing class:
EndpointDefinitionParser

public static class EndpointDefinitionParser.PassThroughCallable<T>
extends Object
implements Callable<T>


Constructor Summary
EndpointDefinitionParser.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

EndpointDefinitionParser.PassThroughCallable

public EndpointDefinitionParser.PassThroughCallable(T value)
Method Detail

call

public T call()
       throws Exception
Specified by:
call in interface Callable<T>
Throws:
Exception


Apache CAMEL