org.jclouds.gae
Class ConvertToJcloudsResponse
java.lang.Object
org.jclouds.gae.ConvertToJcloudsResponse
- All Implemented Interfaces:
- com.google.common.base.Function<com.google.appengine.api.urlfetch.HTTPResponse,HttpResponse>
@Singleton
public class ConvertToJcloudsResponse
- extends Object
- implements com.google.common.base.Function<com.google.appengine.api.urlfetch.HTTPResponse,HttpResponse>
- Author:
- Adrian Cole
Method Summary |
HttpResponse |
apply(com.google.appengine.api.urlfetch.HTTPResponse gaeResponse)
|
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 |
ConvertToJcloudsResponse
public ConvertToJcloudsResponse()
apply
public HttpResponse apply(com.google.appengine.api.urlfetch.HTTPResponse gaeResponse)
- Specified by:
apply
in interface com.google.common.base.Function<com.google.appengine.api.urlfetch.HTTPResponse,HttpResponse>
Copyright © 2009-2011 jclouds. All Rights Reserved.