org.jclouds.vcloud.xml.ovf
Class VCloudResourceAllocationSettingDataHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jclouds.http.functions.ParseSax.HandlerWithResult<org.jclouds.cim.ResourceAllocationSettingData>
          extended by org.jclouds.cim.xml.ResourceAllocationSettingDataHandler
              extended by org.jclouds.vcloud.xml.ovf.VCloudResourceAllocationSettingDataHandler
All Implemented Interfaces:
org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<org.jclouds.cim.ResourceAllocationSettingData>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class VCloudResourceAllocationSettingDataHandler
extends org.jclouds.cim.xml.ResourceAllocationSettingDataHandler

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.cim.xml.ResourceAllocationSettingDataHandler
builder, currentText
 
Constructor Summary
VCloudResourceAllocationSettingDataHandler()
           
 
Method Summary
 org.jclouds.cim.ResourceAllocationSettingData getResult()
           
 void startElement(String uri, String localName, String qName, Attributes attrs)
           
 
Methods inherited from class org.jclouds.cim.xml.ResourceAllocationSettingDataHandler
characters, 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

VCloudResourceAllocationSettingDataHandler

public VCloudResourceAllocationSettingDataHandler()
Method Detail

getResult

public org.jclouds.cim.ResourceAllocationSettingData getResult()
Overrides:
getResult in class org.jclouds.cim.xml.ResourceAllocationSettingDataHandler

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes attrs)
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class org.jclouds.cim.xml.ResourceAllocationSettingDataHandler


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.