public class VAppHandler extends ParseSax.HandlerWithResult<VApp>
| Modifier and Type | Field and Description |
|---|---|
protected Set<Vm> |
children |
protected StringBuilder |
currentText |
protected int |
depth |
protected String |
description |
protected VCloudNetworkSectionHandler |
networkSectionHandler |
protected boolean |
ovfDescriptorUploaded |
protected Status |
status |
protected TaskHandler |
taskHandler |
protected List<Task> |
tasks |
protected ReferenceType |
template |
protected ReferenceType |
vdc |
protected VmHandler |
vmHandler |
| Constructor and Description |
|---|
VAppHandler(TaskHandler taskHandler,
VmHandler vmHandler,
VCloudNetworkSectionHandler networkSectionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
VApp |
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 int depth
@Inject public VAppHandler(TaskHandler taskHandler, VmHandler vmHandler, VCloudNetworkSectionHandler networkSectionHandler)
public VApp getResult()
getResult in class ParseSax.HandlerWithResult<VApp>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 DefaultHandlerCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.