org.jclouds.cloudstack.functions
Class ParseIdToNameEntryFromHttpResponse

java.lang.Object
  extended by org.jclouds.cloudstack.functions.ParseIdToNameEntryFromHttpResponse
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,Map.Entry<Long,String>>

@Singleton
public class ParseIdToNameEntryFromHttpResponse
extends Object
implements com.google.common.base.Function<HttpResponse,Map.Entry<Long,String>>

Author:
Adrian Cole

Constructor Summary
ParseIdToNameEntryFromHttpResponse(ParseIdToNameFromHttpResponse parser)
           
 
Method Summary
 Map.Entry<Long,String> apply(HttpResponse response)
           
 
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
 

Constructor Detail

ParseIdToNameEntryFromHttpResponse

@Inject
public ParseIdToNameEntryFromHttpResponse(ParseIdToNameFromHttpResponse parser)
Method Detail

apply

public Map.Entry<Long,String> apply(HttpResponse response)
Specified by:
apply in interface com.google.common.base.Function<HttpResponse,Map.Entry<Long,String>>


Copyright © 2009-2012 jclouds. All Rights Reserved.