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
Constructors Constructor Description EnvelopeHandler(DiskSectionHandler diskHandler, NetworkSectionHandler networkHandler, VirtualSystemHandler virtualSystemHandler, javax.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
-
-
-
-
Constructor Detail
-
EnvelopeHandler
@Inject public EnvelopeHandler(DiskSectionHandler diskHandler, NetworkSectionHandler networkHandler, VirtualSystemHandler virtualSystemHandler, javax.inject.Provider<Envelope.Builder> envelopeBuilderProvider)
-
-