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()
           
 
Method Summary
 void bindToRequest(HttpRequest request, Object toBind)
           
 
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

public RimuHostingRebootJsonBinder()
Method Detail

bindToRequest

public void bindToRequest(HttpRequest request,
                          Object toBind)
Specified by:
bindToRequest in interface Binder
Overrides:
bindToRequest in class RimuHostingJsonBinder


Copyright © 2009-2010 jclouds. All Rights Reserved.