org.jclouds.rest.internal
Class DelegatesToPotentiallySyncToAsyncInvocationFunction<S,F extends com.google.common.base.Function<Invocation,Object>>

java.lang.Object
  extended by org.jclouds.rest.internal.DelegatesToInvocationFunction<S,F>
      extended by org.jclouds.rest.internal.DelegatesToPotentiallySyncToAsyncInvocationFunction<S,F>
Type Parameters:
S - The enclosing type of the interface that a dynamic proxy like this implements
F - The function that implements this dynamic proxy
All Implemented Interfaces:
InvocationHandler

Deprecated. please use DelegatesToInvocationFunction as async interface will be removed in jclouds 1.7.

@Deprecated
@Beta
public final class DelegatesToPotentiallySyncToAsyncInvocationFunction<S,F extends com.google.common.base.Function<Invocation,Object>>
extends DelegatesToInvocationFunction<S,F>


Field Summary
 
Fields inherited from class org.jclouds.rest.internal.DelegatesToInvocationFunction
injector, methodInvoker, optionalConverter, ownerType, setCaller
 
Method Summary
protected  com.google.inject.Key<?> methodInvokerFor(Class<?> returnType)
          Deprecated. attempts to guess the generic type params for the delegate's invocation function based on the supplied type
 
Methods inherited from class org.jclouds.rest.internal.DelegatesToInvocationFunction
handle, invoke, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

methodInvokerFor

protected com.google.inject.Key<?> methodInvokerFor(Class<?> returnType)
Deprecated. 
Description copied from class: DelegatesToInvocationFunction
attempts to guess the generic type params for the delegate's invocation function based on the supplied type

Overrides:
methodInvokerFor in class DelegatesToInvocationFunction<S,F extends com.google.common.base.Function<Invocation,Object>>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.