org.jclouds.vcloud.terremark.binders
Class BindAddInternetServiceToXmlPayload

java.lang.Object
  extended by org.jclouds.vcloud.terremark.binders.BindAddInternetServiceToXmlPayload
All Implemented Interfaces:
Binder, MapBinder
Direct Known Subclasses:
AddInternetServiceOptions

@Singleton
public class BindAddInternetServiceToXmlPayload
extends Object
implements MapBinder

Author:
Adrian Cole

Constructor Summary
BindAddInternetServiceToXmlPayload()
           
 
Method Summary
 void bindToRequest(HttpRequest request, Map<String,String> postParams)
           
 void bindToRequest(HttpRequest request, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindAddInternetServiceToXmlPayload

public BindAddInternetServiceToXmlPayload()
Method Detail

bindToRequest

public void bindToRequest(HttpRequest request,
                          Map<String,String> postParams)
Specified by:
bindToRequest in interface MapBinder

bindToRequest

public void bindToRequest(HttpRequest request,
                          Object input)
Specified by:
bindToRequest in interface Binder


Copyright © 2009-2010 jclouds. All Rights Reserved.