org.jclouds.atmos.functions
Class ParseSystemMetadataFromHeaders

java.lang.Object
  extended by org.jclouds.atmos.functions.ParseSystemMetadataFromHeaders
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,SystemMetadata>

@Singleton
public class ParseSystemMetadataFromHeaders
extends Object
implements com.google.common.base.Function<HttpResponse,SystemMetadata>

Author:
Adrian Cole

Constructor Summary
ParseSystemMetadataFromHeaders(DateService dateService)
           
 
Method Summary
 SystemMetadata apply(HttpResponse from)
           
 
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

ParseSystemMetadataFromHeaders

@Inject
public ParseSystemMetadataFromHeaders(DateService dateService)
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.