org.jclouds.softlayer.binders
Class ProductOrderToJson
java.lang.Object
org.jclouds.softlayer.binders.ProductOrderToJson
- All Implemented Interfaces:
- Binder
public class ProductOrderToJson
- extends Object
- implements Binder
Converts a ProductOrder into a json string valid for placing an order via the softlayer api The
String is set into the payload of the HttpRequest
- Author:
- Jason King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductOrderToJson
@Inject
public ProductOrderToJson(Json json)
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request,
Object input)
- Specified by:
bindToRequest
in interface Binder
Copyright © 2009-2011 jclouds. All Rights Reserved.