org.jclouds.openstack.swift.v1.functions
Class ParseObjectFromResponse

java.lang.Object
  extended by org.jclouds.openstack.swift.v1.functions.ParseObjectFromResponse
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,SwiftObject>, org.jclouds.rest.InvocationContext<ParseObjectFromResponse>

public class ParseObjectFromResponse
extends Object
implements com.google.common.base.Function<org.jclouds.http.HttpResponse,SwiftObject>, org.jclouds.rest.InvocationContext<ParseObjectFromResponse>


Method Summary
 SwiftObject apply(org.jclouds.http.HttpResponse from)
           
 ParseObjectFromResponse setContext(org.jclouds.http.HttpRequest request)
           
 
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
 

Method Detail

apply

public SwiftObject apply(org.jclouds.http.HttpResponse from)
Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,SwiftObject>

setContext

public ParseObjectFromResponse setContext(org.jclouds.http.HttpRequest request)
Specified by:
setContext in interface org.jclouds.rest.InvocationContext<ParseObjectFromResponse>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.