org.jclouds.rackspace.clouddns.v1.functions
Class ParseJob
java.lang.Object
org.jclouds.rackspace.clouddns.v1.functions.ParseJob
- All Implemented Interfaces:
- com.google.common.base.Function<org.jclouds.http.HttpResponse,Job<?>>
public class ParseJob
- extends Object
- implements com.google.common.base.Function<org.jclouds.http.HttpResponse,Job<?>>
|
Method Summary |
Job<?> |
apply(org.jclouds.http.HttpResponse response)
|
protected Object |
parseResponse(String requestUrl,
org.jclouds.domain.JsonBall response)
|
Job<?> |
toJob(org.jclouds.rackspace.clouddns.v1.functions.ParseJob.RawJob in)
|
| 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 |
apply
public Job<?> apply(org.jclouds.http.HttpResponse response)
- Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,Job<?>>
toJob
public Job<?> toJob(org.jclouds.rackspace.clouddns.v1.functions.ParseJob.RawJob in)
parseResponse
protected Object parseResponse(String requestUrl,
org.jclouds.domain.JsonBall response)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.