Uses of Interface
org.jclouds.rest.InvocationContext

Packages that use InvocationContext
org.jclouds.http.functions   
org.jclouds.rest   
 

Uses of InvocationContext in org.jclouds.http.functions
 

Classes in org.jclouds.http.functions that implement InvocationContext
 class ParseContentMD5FromHeaders
           
 class ParseSax<T>
          This object will parse the body of an HttpResponse and return the result of type back to the caller.
static class ParseSax.HandlerForGeneratedRequestWithResult<T>
           
static class ParseSax.HandlerWithResult<T>
          Handler that produces a useable domain object accessible after parsing completes.
 class ParseURIFromListOrLocationHeaderIf20x
          parses a single URI from a list
 

Uses of InvocationContext in org.jclouds.rest
 

Classes in org.jclouds.rest with type parameters of type InvocationContext
 interface InvocationContext<I extends InvocationContext<I>>
          Passes generated Http request into this object;
 



Copyright © 2009-2012 jclouds. All Rights Reserved.