Package org.jclouds.aws.ec2.xml
Class AWSRunInstancesResponseHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
-
- org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<T>
-
- org.jclouds.aws.ec2.xml.BaseAWSReservationHandler<Reservation<? extends RunningInstance>>
-
- org.jclouds.aws.ec2.xml.AWSRunInstancesResponseHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<Reservation<? extends RunningInstance>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class AWSRunInstancesResponseHandler extends BaseAWSReservationHandler<Reservation<? extends RunningInstance>>
Parses the following XML document: RunInstancesResponse xmlns="http:- See Also:
-
-
-
Field Summary
-
Fields inherited from class org.jclouds.aws.ec2.xml.BaseAWSReservationHandler
builder, currentText, dateService, defaultRegion, itemDepth, logger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
endOfInstanceItem()
Reservation<? extends RunningInstance>
getResult()
-
Methods inherited from class org.jclouds.aws.ec2.xml.BaseAWSReservationHandler
characters, endElement, inItem, newBuilder, newReservation, 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
-
-
-
-
-
Method Detail
-
getResult
public Reservation<? extends RunningInstance> getResult()
- Specified by:
getResult
in classParseSax.HandlerWithResult<Reservation<? extends RunningInstance>>
-
endOfInstanceItem
protected boolean endOfInstanceItem()
- Specified by:
endOfInstanceItem
in classBaseAWSReservationHandler<Reservation<? extends RunningInstance>>
-
-