Package org.jclouds.cloudstack.functions
Class ParseAsyncJobsFromHttpResponse
- java.lang.Object
 - 
- org.jclouds.cloudstack.functions.ParseAsyncJobsFromHttpResponse
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<HttpResponse,Set<AsyncJob<?>>>,Function<HttpResponse,Set<AsyncJob<?>>>
@Singleton public class ParseAsyncJobsFromHttpResponse extends Object implements com.google.common.base.Function<HttpResponse,Set<AsyncJob<?>>>
 
- 
- 
Constructor Summary
Constructors Constructor Description ParseAsyncJobsFromHttpResponse(ParseTypedAsyncJob parseTyped, GsonWrapper gsonView) 
 - 
 
- 
- 
Constructor Detail
- 
ParseAsyncJobsFromHttpResponse
@Inject public ParseAsyncJobsFromHttpResponse(ParseTypedAsyncJob parseTyped, GsonWrapper gsonView)
 
 - 
 
- 
Method Detail
- 
apply
public Set<AsyncJob<?>> apply(HttpResponse response)
- Specified by:
 applyin interfacecom.google.common.base.Function<HttpResponse,Set<AsyncJob<?>>>- Specified by:
 applyin interfaceFunction<HttpResponse,Set<AsyncJob<?>>>
 
 - 
 
 -