org.jclouds.gogrid.functions
Class ParseCredentialsFromJsonResponse

java.lang.Object
  extended by org.jclouds.gogrid.functions.ParseCredentialsFromJsonResponse
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,Credentials>

@Singleton
public class ParseCredentialsFromJsonResponse
extends Object
implements com.google.common.base.Function<HttpResponse,Credentials>

Author:
Adrian Cole

Method Summary
 Credentials apply(HttpResponse input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Method Detail

apply

public Credentials apply(HttpResponse input)
Specified by:
apply in interface com.google.common.base.Function<HttpResponse,Credentials>


Copyright © 2009-2011 jclouds. All Rights Reserved.