org.jclouds.ovf.xml
Class EnvelopeHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<E>
org.jclouds.ovf.xml.internal.BaseEnvelopeHandler<VirtualSystem,VirtualSystem.Builder,VirtualSystemHandler,Envelope,Envelope.Builder>
org.jclouds.ovf.xml.EnvelopeHandler
- All Implemented Interfaces:
- org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<Envelope>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class EnvelopeHandler
- extends BaseEnvelopeHandler<VirtualSystem,VirtualSystem.Builder,VirtualSystemHandler,Envelope,Envelope.Builder>
| Fields inherited from class org.jclouds.ovf.xml.internal.BaseEnvelopeHandler |
builder, defaultSectionHandler, depth, diskHandler, envelopeBuilderProvider, extensionHandler, inDisk, inExtensionSection, inNetwork, inSection, inVirtualSystem, networkHandler, virtualSystemHandler |
| 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 |
EnvelopeHandler
@Inject
public EnvelopeHandler(DiskSectionHandler diskHandler,
NetworkSectionHandler networkHandler,
VirtualSystemHandler virtualSystemHandler,
javax.inject.Provider<Envelope.Builder> envelopeBuilderProvider)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.