org.jclouds.gogrid.functions
Class ParseCredentialsFromJsonResponse

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

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


Method Summary
 org.jclouds.domain.Credentials apply(org.jclouds.http.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 org.jclouds.domain.Credentials apply(org.jclouds.http.HttpResponse input)
Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,org.jclouds.domain.Credentials>


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