org.jclouds.gae
Class ConvertToJcloudsResponse

java.lang.Object
  extended by 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

Constructor Summary
ConvertToJcloudsResponse(ContentMetadataCodec contentMetadataCodec)
           
 
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
 

Constructor Detail

ConvertToJcloudsResponse

@Inject
public ConvertToJcloudsResponse(ContentMetadataCodec contentMetadataCodec)
Method Detail

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-2012 jclouds. All Rights Reserved.