@Singleton public class BindCaptureVAppParamsToXmlPayload extends Object implements org.jclouds.rest.MapBinder
| Modifier and Type | Field and Description |
|---|---|
protected String |
ns |
protected String |
schema |
| Constructor and Description |
|---|
BindCaptureVAppParamsToXmlPayload(org.jclouds.rest.binders.BindToStringPayload stringBinder,
String ns,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams) |
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Object input) |
protected com.jamesmurty.utils.XMLBuilder |
buildRoot(String name) |
protected CaptureVAppOptions |
findOptionsInArgsOrNull(org.jclouds.rest.internal.GeneratedHttpRequest gRequest) |
protected String |
generateXml(String templateName,
String vApp,
CaptureVAppOptions options) |
protected String |
ifNullDefaultTo(String value,
String defaultValue) |
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Map<String,Object> postParams)
bindToRequest in interface org.jclouds.rest.MapBinderprotected String generateXml(String templateName, String vApp, CaptureVAppOptions options) throws ParserConfigurationException, FactoryConfigurationError, TransformerException
protected com.jamesmurty.utils.XMLBuilder buildRoot(String name) throws ParserConfigurationException, FactoryConfigurationError
protected CaptureVAppOptions findOptionsInArgsOrNull(org.jclouds.rest.internal.GeneratedHttpRequest gRequest)
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object input)
bindToRequest in interface org.jclouds.rest.BinderCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.