Uses of Interface
org.jclouds.rest.Binder

Packages that use Binder
org.jclouds.rest   
org.jclouds.rest.binders   
 

Uses of Binder in org.jclouds.rest
 

Subinterfaces of Binder in org.jclouds.rest
 interface MapBinder
          Builds the payload of a Post request.
 

Uses of Binder in org.jclouds.rest.binders
 

Classes in org.jclouds.rest.binders that implement Binder
 class BindAsHostPrefix
           
 class BindMapToMatrixParams
          Binds the map to matrix parameters.
 class BindToJsonPayload
          Binds the object to the request as a json object.
 class BindToStringPayload
          Adds an payload to a request.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.