org.jclouds.savvis.vpdc.binders
Class BindVMSpecsToXmlPayload
java.lang.Object
org.jclouds.rest.binders.BindToStringPayload
org.jclouds.savvis.vpdc.binders.BaseBindVMSpecToXmlPayload<Iterable<VMSpec>>
org.jclouds.savvis.vpdc.binders.BindVMSpecsToXmlPayload
- All Implemented Interfaces:
- Binder, MapBinder
@Singleton
public class BindVMSpecsToXmlPayload
- extends BaseBindVMSpecToXmlPayload<Iterable<VMSpec>>
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindVMSpecsToXmlPayload
public BindVMSpecsToXmlPayload()
findSpecInArgsOrNull
protected Iterable<VMSpec> findSpecInArgsOrNull(GeneratedHttpRequest<?> gRequest)
- Specified by:
findSpecInArgsOrNull
in class BaseBindVMSpecToXmlPayload<Iterable<VMSpec>>
bindSpec
protected void bindSpec(Iterable<VMSpec> specs,
com.jamesmurty.utils.XMLBuilder rootBuilder)
throws ParserConfigurationException,
FactoryConfigurationError
- Specified by:
bindSpec
in class BaseBindVMSpecToXmlPayload<Iterable<VMSpec>>
- Throws:
ParserConfigurationException
FactoryConfigurationError
Copyright © 2009-2011 jclouds. All Rights Reserved.