org.jclouds.vcloud.binders
Class BindNetworkConnectionSectionToXmlPayload

java.lang.Object
  extended by org.jclouds.rest.binders.BindToStringPayload
      extended by org.jclouds.vcloud.binders.BindNetworkConnectionSectionToXmlPayload
All Implemented Interfaces:
org.jclouds.rest.Binder

@Singleton
public class BindNetworkConnectionSectionToXmlPayload
extends org.jclouds.rest.binders.BindToStringPayload

Author:
Adrian Cole

Field Summary
protected  org.jclouds.logging.Logger logger
           
protected  String ns
           
protected  String schema
           
 
Constructor Summary
BindNetworkConnectionSectionToXmlPayload(org.jclouds.rest.binders.BindToStringPayload stringBinder, String ns, String schema)
           
 
Method Summary
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Object payload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected org.jclouds.logging.Logger logger

ns

protected final String ns

schema

protected final String schema
Constructor Detail

BindNetworkConnectionSectionToXmlPayload

@Inject
public BindNetworkConnectionSectionToXmlPayload(org.jclouds.rest.binders.BindToStringPayload stringBinder,
                                                       @Named(value="jclouds.vcloud.xml.ns")
                                                       String ns,
                                                       @Named(value="jclouds.vcloud.xml.schema")
                                                       String schema)
Method Detail

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Object payload)
Specified by:
bindToRequest in interface org.jclouds.rest.Binder
Overrides:
bindToRequest in class org.jclouds.rest.binders.BindToStringPayload


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.