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, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected 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 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
Copyright © 2009-2012 jclouds. All Rights Reserved.