org.jclouds.rimuhosting.miro.binder
Class RimuHostingRebootJsonBinder

java.lang.Object
  extended by org.jclouds.rest.binders.BindToJsonPayload
      extended by org.jclouds.rimuhosting.miro.binder.RimuHostingJsonBinder
          extended by org.jclouds.rimuhosting.miro.binder.RimuHostingRebootJsonBinder
All Implemented Interfaces:
Binder, MapBinder

public class RimuHostingRebootJsonBinder
extends RimuHostingJsonBinder

Need to PUT a static string {"request":{"running_state":"RESTARTING"}

Author:
Ivan Meredith

Field Summary
 
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder
 
Constructor Summary
RimuHostingRebootJsonBinder(Json jsonBinder)
           
 
Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Map<String,String> postParams)
          creates and binds the POST payload to the request using parameters specified.
 
Methods inherited from class org.jclouds.rimuhosting.miro.binder.RimuHostingJsonBinder
bindToRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RimuHostingRebootJsonBinder

@Inject
public RimuHostingRebootJsonBinder(Json jsonBinder)
Method Detail

bindToRequest

public <R extends HttpRequest> R bindToRequest(R request,
                                               Map<String,String> postParams)
Description copied from interface: MapBinder
creates and binds the POST payload to the request using parameters specified.

Specified by:
bindToRequest in interface MapBinder
Overrides:
bindToRequest in class RimuHostingJsonBinder
See Also:
PayloadParam


Copyright © 2009-2011 jclouds. All Rights Reserved.