org.jclouds.softlayer.binders
Class ProductOrderToJson

java.lang.Object
  extended by 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

Constructor Summary
ProductOrderToJson(Json json)
           
 
Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductOrderToJson

@Inject
public ProductOrderToJson(Json json)
Method Detail

bindToRequest

public <R extends HttpRequest> R bindToRequest(R request,
                                               Object input)
Specified by:
bindToRequest in interface Binder


Copyright © 2009-2012 jclouds. All Rights Reserved.