public class VmHandler extends ParseSax.HandlerWithResult<Vm>
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
currentText |
protected String |
description |
protected GuestCustomizationSection |
guestCustomization |
protected GuestCustomizationSectionHandler |
guestCustomizationHandler |
protected VCloudVirtualHardwareSection |
hardware |
protected NetworkConnectionSection |
networkConnectionSection |
protected NetworkConnectionSectionHandler |
networkConnectionSectionHandler |
protected VCloudOperatingSystemHandler |
operatingSystemHandler |
protected VCloudOperatingSystemSection |
os |
protected Status |
status |
protected TaskHandler |
taskHandler |
protected List<Task> |
tasks |
protected String |
vAppScopedLocalId |
protected ReferenceType |
vdc |
protected VCloudVirtualHardwareHandler |
virtualHardwareHandler |
protected ReferenceType |
vm |
Constructor and Description |
---|
VmHandler(TaskHandler taskHandler,
VCloudVirtualHardwareHandler virtualHardwareHandler,
VCloudOperatingSystemHandler operatingSystemHandler,
NetworkConnectionSectionHandler networkConnectionSectionHandler,
GuestCustomizationSectionHandler guestCustomizationHandler) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
protected String |
currentOrNull() |
void |
endElement(String uri,
String name,
String qName) |
Vm |
getResult() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
getRequest, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected final TaskHandler taskHandler
protected final VCloudVirtualHardwareHandler virtualHardwareHandler
protected final VCloudOperatingSystemHandler operatingSystemHandler
protected final GuestCustomizationSectionHandler guestCustomizationHandler
protected final NetworkConnectionSectionHandler networkConnectionSectionHandler
protected StringBuilder currentText
protected ReferenceType vm
protected Status status
protected ReferenceType vdc
protected String description
protected VCloudVirtualHardwareSection hardware
protected VCloudOperatingSystemSection os
protected NetworkConnectionSection networkConnectionSection
protected GuestCustomizationSection guestCustomization
protected String vAppScopedLocalId
@Inject public VmHandler(TaskHandler taskHandler, VCloudVirtualHardwareHandler virtualHardwareHandler, VCloudOperatingSystemHandler operatingSystemHandler, NetworkConnectionSectionHandler networkConnectionSectionHandler, GuestCustomizationSectionHandler guestCustomizationHandler)
public Vm getResult()
getResult
in class ParseSax.HandlerWithResult<Vm>
public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String name, String qName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class DefaultHandler
protected String currentOrNull()
Copyright © 2009-2012 jclouds. All Rights Reserved.