@Singleton public class BindNetworkConnectionSectionToXmlPayload extends BindToStringPayload
| Modifier and Type | Field and Description | 
|---|---|
protected Logger | 
logger  | 
protected String | 
ns  | 
protected String | 
schema  | 
| Constructor and Description | 
|---|
BindNetworkConnectionSectionToXmlPayload(BindToStringPayload stringBinder,
                                        String ns,
                                        String schema)  | 
protected Logger logger
protected final String ns
protected final String schema
@Inject public BindNetworkConnectionSectionToXmlPayload(BindToStringPayload stringBinder, @Named(value="jclouds.vcloud.xml.ns") String ns, @Named(value="jclouds.vcloud.xml.schema") String schema)
public <R extends HttpRequest> R bindToRequest(R request, Object payload)
bindToRequest in interface BinderbindToRequest in class BindToStringPayloadCopyright © 2009-2013 jclouds. All Rights Reserved.