org.jclouds.ovf.xml
Class VirtualSystemHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
org.jclouds.ovf.xml.SectionHandler<T,B>
org.jclouds.ovf.xml.internal.BaseVirtualSystemHandler<VirtualSystem,VirtualSystem.Builder>
org.jclouds.ovf.xml.VirtualSystemHandler
- All Implemented Interfaces:
- org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<VirtualSystem>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class VirtualSystemHandler
- extends BaseVirtualSystemHandler<VirtualSystem,VirtualSystem.Builder>
| Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult |
getRequest, setContext |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualSystemHandler
@Inject
public VirtualSystemHandler(javax.inject.Provider<VirtualSystem.Builder> builderProvider,
OperatingSystemSectionHandler osHandler,
VirtualHardwareSectionHandler hardwareHandler,
ProductSectionHandler productHandler)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.