public class VAppTemplateHandler extends ParseSax.HandlerWithResult<VAppTemplate>
| Modifier and Type | Field and Description |
|---|---|
protected Set<Vm> |
children |
protected StringBuilder |
currentText |
protected String |
description |
protected VCloudNetworkSectionHandler |
networkSectionHandler |
protected boolean |
ovfDescriptorUploaded |
protected Status |
status |
protected TaskHandler |
taskHandler |
protected List<Task> |
tasks |
protected ReferenceType |
template |
protected String |
vAppScopedLocalId |
protected ReferenceType |
vdc |
protected VmHandler |
vmHandler |
| Constructor and Description |
|---|
VAppTemplateHandler(TaskHandler taskHandler,
VmHandler vmHandler,
VCloudNetworkSectionHandler networkSectionHandler) |
| 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) |
VAppTemplate |
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 VmHandler vmHandler
protected final VCloudNetworkSectionHandler networkSectionHandler
protected StringBuilder currentText
protected ReferenceType template
protected Status status
protected ReferenceType vdc
protected String description
protected boolean ovfDescriptorUploaded
protected String vAppScopedLocalId
@Inject public VAppTemplateHandler(TaskHandler taskHandler, VmHandler vmHandler, VCloudNetworkSectionHandler networkSectionHandler)
public VAppTemplate getResult()
getResult in class ParseSax.HandlerWithResult<VAppTemplate>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.