org.jclouds.rest.binders
Class BindToJsonPayloadWrappedWith
java.lang.Object
org.jclouds.rest.binders.BindToJsonPayloadWrappedWith
- All Implemented Interfaces:
- Binder
public class BindToJsonPayloadWrappedWith
- extends Object
- implements Binder
Sometimes, cloud apis wrap requests inside an envelope. This addresses this.
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request,
Object payload)
- Specified by:
bindToRequest
in interface Binder
Copyright © 2009-2011 jclouds. All Rights Reserved.