org.jclouds.vcloud.terremark.xml
Class TerremarkVDCHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jclouds.http.functions.ParseSax.HandlerWithResult<VDC>
          extended by org.jclouds.vcloud.xml.VDCHandler
              extended by org.jclouds.vcloud.terremark.xml.TerremarkVDCHandler
All Implemented Interfaces:
InvocationContext, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class TerremarkVDCHandler
extends VDCHandler

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.vcloud.xml.VDCHandler
allocated, allocationModel, availableNetworks, cpuCapacity, currentText, description, isEnabled, limit, memoryCapacity, networkQuota, nicQuota, org, overhead, resourceEntities, status, storageCapacity, taskHandler, tasks, units, used, vDC, vmQuota
 
Constructor Summary
TerremarkVDCHandler(TaskHandler taskHandler)
           
 
Method Summary
 TerremarkVDC getResult()
           
 void startElement(String uri, String localName, String qName, Attributes attrs)
           
 
Methods inherited from class org.jclouds.vcloud.xml.VDCHandler
characters, currentOrNull, endElement
 
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult
getRequest, setContext
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerremarkVDCHandler

@Inject
public TerremarkVDCHandler(TaskHandler taskHandler)
Method Detail

getResult

public TerremarkVDC getResult()
Overrides:
getResult in class VDCHandler

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes attrs)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class VDCHandler
Throws:
SAXException


Copyright © 2009-2010 jclouds. All Rights Reserved.