|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xml.sax.helpers.DefaultHandler org.jclouds.http.functions.ParseSax.HandlerWithResult<T> org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<T> org.jclouds.ec2.xml.BaseReservationHandler<Reservation<? extends RunningInstance>> org.jclouds.ec2.xml.RunInstancesResponseHandler
public class RunInstancesResponseHandler
Parses the following XML document:
RunInstancesResponse xmlns="http:
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 |
---|
public Reservation<? extends RunningInstance> getResult()
getResult
in class ParseSax.HandlerWithResult<Reservation<? extends RunningInstance>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |