org.jclouds.ec2.xml
Class RunInstancesResponseHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
          extended by org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<T>
              extended by org.jclouds.ec2.xml.BaseReservationHandler<Reservation<? extends RunningInstance>>
                  extended by org.jclouds.ec2.xml.RunInstancesResponseHandler
All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<Reservation<? extends RunningInstance>>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class RunInstancesResponseHandler
extends BaseReservationHandler<Reservation<? extends RunningInstance>>

Parses the following XML document:

RunInstancesResponse xmlns="http:

Author:
Adrian Cole
See Also:
Field Summary
 
Fields inherited from class org.jclouds.ec2.xml.BaseReservationHandler
builder, builderProvider, currentText, dateService, defaultRegion, itemDepth, logger
 
Method Summary
 Reservation<? extends RunningInstance> getResult()
           
 
Methods inherited from class org.jclouds.ec2.xml.BaseReservationHandler
builder, characters, endElement, endOfInstanceItem, inItem, newReservation, parseDate, refineBuilderBeforeAddingInstance, startElement
 
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
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
 

Method Detail

getResult

public Reservation<? extends RunningInstance> getResult()
Specified by:
getResult in class ParseSax.HandlerWithResult<Reservation<? extends RunningInstance>>


Copyright © 2009-2012 jclouds. All Rights Reserved.