Package org.jclouds.ovf.xml
Class EnvelopeHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<Envelope>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class EnvelopeHandler
extends BaseEnvelopeHandler<VirtualSystem,VirtualSystem.Builder,VirtualSystemHandler,Envelope,Envelope.Builder>
-
Field Summary
Fields inherited from class org.jclouds.ovf.xml.internal.BaseEnvelopeHandler
builder, defaultSectionHandler, depth, diskHandler, envelopeBuilderProvider, extensionHandler, inDisk, inExtensionSection, inNetwork, inSection, inVirtualSystem, networkHandler, virtualSystemHandler
-
Constructor Summary
ConstructorsConstructorDescriptionEnvelopeHandler
(DiskSectionHandler diskHandler, NetworkSectionHandler networkHandler, VirtualSystemHandler virtualSystemHandler, jakarta.inject.Provider<Envelope.Builder> envelopeBuilderProvider) -
Method Summary
Methods inherited from class org.jclouds.ovf.xml.internal.BaseEnvelopeHandler
characters, endElement, getResult, startElement
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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
EnvelopeHandler
@Inject public EnvelopeHandler(DiskSectionHandler diskHandler, NetworkSectionHandler networkHandler, VirtualSystemHandler virtualSystemHandler, jakarta.inject.Provider<Envelope.Builder> envelopeBuilderProvider)
-