org.jclouds.savvis.vpdc.binders
Class BindVMSpecToXmlPayload

java.lang.Object
  extended by org.jclouds.rest.binders.BindToStringPayload
      extended by org.jclouds.savvis.vpdc.binders.BaseBindVMSpecToXmlPayload<VMSpec>
          extended by org.jclouds.savvis.vpdc.binders.BindVMSpecToXmlPayload
All Implemented Interfaces:
Binder, MapBinder

@Singleton
public class BindVMSpecToXmlPayload
extends BaseBindVMSpecToXmlPayload<VMSpec>

Author:
Adrian Cole

Constructor Summary
BindVMSpecToXmlPayload()
           
 
Method Summary
protected  void bindSpec(VMSpec spec, com.jamesmurty.utils.XMLBuilder rootBuilder)
           
protected  VMSpec findSpecInArgsOrNull(GeneratedHttpRequest<?> gRequest)
           
 
Methods inherited from class org.jclouds.savvis.vpdc.binders.BaseBindVMSpecToXmlPayload
addOperatingSystemAndVirtualHardware, bindToRequest, bindToRequest, buildChildren, buildRoot, buildRootForName, checkSpec, generateXml, ifNullDefaultTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindVMSpecToXmlPayload

public BindVMSpecToXmlPayload()
Method Detail

findSpecInArgsOrNull

protected VMSpec findSpecInArgsOrNull(GeneratedHttpRequest<?> gRequest)
Specified by:
findSpecInArgsOrNull in class BaseBindVMSpecToXmlPayload<VMSpec>

bindSpec

protected void bindSpec(VMSpec spec,
                        com.jamesmurty.utils.XMLBuilder rootBuilder)
                 throws ParserConfigurationException,
                        FactoryConfigurationError
Specified by:
bindSpec in class BaseBindVMSpecToXmlPayload<VMSpec>
Throws:
ParserConfigurationException
FactoryConfigurationError


Copyright © 2009-2011 jclouds. All Rights Reserved.