Apache CXF API

org.apache.cxf.ws.policy.blueprint
Class PolicyBPDefinitionParser.PassThroughCallable<T>

java.lang.Object
  extended by org.apache.cxf.ws.policy.blueprint.PolicyBPDefinitionParser.PassThroughCallable<T>
All Implemented Interfaces:
Callable<T>
Enclosing class:
PolicyBPDefinitionParser

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


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

PolicyBPDefinitionParser.PassThroughCallable

public PolicyBPDefinitionParser.PassThroughCallable(T value)
Method Detail

call

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

Apache CXF API

Apache CXF