public class VAppHandler extends ParseSax.HandlerWithResult<VApp>
Modifier and Type | Field and Description |
---|---|
protected Set<ResourceAllocationSettingData> |
allocations |
protected StringBuilder |
currentText |
protected Set<ReferenceType> |
extendedInfo |
protected boolean |
inOs |
protected URI |
location |
protected Logger |
logger |
protected String |
name |
protected String |
networkName |
protected com.google.common.collect.ListMultimap<String,String> |
networkToAddresses |
protected String |
operatingSystemDescription |
protected Integer |
osType |
protected Long |
size |
protected Status |
status |
protected VirtualSystemSettingData |
system |
protected ReferenceType |
vDC |
Constructor and Description |
---|
VAppHandler(VirtualSystemSettingDataHandler systemHandler,
ResourceAllocationSettingDataHandler allocationHandler) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
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 Logger logger
protected VirtualSystemSettingData system
protected Set<ResourceAllocationSettingData> allocations
protected Status status
protected final com.google.common.collect.ListMultimap<String,String> networkToAddresses
protected StringBuilder currentText
protected String operatingSystemDescription
protected boolean inOs
protected String networkName
protected String name
protected Integer osType
protected URI location
protected Long size
protected ReferenceType vDC
protected Set<ReferenceType> extendedInfo
@Inject public VAppHandler(VirtualSystemSettingDataHandler systemHandler, ResourceAllocationSettingDataHandler allocationHandler)
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 localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class DefaultHandler
Copyright © 2009-2012 jclouds. All Rights Reserved.