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, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected 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 ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String name, String qName)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerprotected String currentOrNull()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.