|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<T>
org.jclouds.aws.ec2.xml.BaseAWSReservationHandler<Set<Reservation<? extends RunningInstance>>>
org.jclouds.aws.ec2.xml.AWSDescribeInstancesResponseHandler
public class AWSDescribeInstancesResponseHandler
Parses the following XML document:
DescribeImagesResponse xmlns="http:
| Field Summary |
|---|
| Fields inherited from class org.jclouds.aws.ec2.xml.BaseAWSReservationHandler |
|---|
builder, builderProvider, currentText, dateService, defaultRegion, depth, itemDepth, logger |
| Method Summary | |
|---|---|
void |
endElement(String uri,
String name,
String qName)
|
protected boolean |
endOfInstanceItem()
|
protected boolean |
endOfReservationItem()
|
Set<Reservation<? extends RunningInstance>> |
getResult()
|
protected void |
inItem()
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs)
|
| Methods inherited from class org.jclouds.aws.ec2.xml.BaseAWSReservationHandler |
|---|
characters, newReservation, parseDate, refineBuilderBeforeAddingInstance |
| 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 void startElement(String uri,
String localName,
String qName,
Attributes attrs)
throws SAXException
startElement in interface ContentHandlerstartElement in class BaseAWSReservationHandler<Set<Reservation<? extends RunningInstance>>>SAXException
public void endElement(String uri,
String name,
String qName)
endElement in interface ContentHandlerendElement in class BaseAWSReservationHandler<Set<Reservation<? extends RunningInstance>>>public Set<Reservation<? extends RunningInstance>> getResult()
getResult in class ParseSax.HandlerWithResult<Set<Reservation<? extends RunningInstance>>>protected boolean endOfReservationItem()
protected void inItem()
inItem in class BaseAWSReservationHandler<Set<Reservation<? extends RunningInstance>>>protected boolean endOfInstanceItem()
endOfInstanceItem in class BaseAWSReservationHandler<Set<Reservation<? extends RunningInstance>>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||