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, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected 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 ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerCopyright © 2009-2013 jclouds. All Rights Reserved.