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 BindMapToStringPayload
           
 class BindToJsonPayload
          Binds the object to the request as a json object.
 class BindToJsonPayloadWrappedWith
          Sometimes, cloud apis wrap requests inside an envelope.
 class BindToStringPayload
          Adds an payload to a request.
 class BindToXMLPayload
          Binds the request parameters to an XML formatted payload.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.