org.jclouds.ec2.xml
Class InstanceStateChangeHandler

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<Set<InstanceStateChange>>
              extended by org.jclouds.ec2.xml.InstanceStateChangeHandler
All Implemented Interfaces:
org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<Set<InstanceStateChange>>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class InstanceStateChangeHandler
extends org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<Set<InstanceStateChange>>

Parses the following XML document:

TerminateInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2010-08-31/" StartInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2010-08-31/" StopInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2010-08-31/"

See Also:
, ,

Constructor Summary
InstanceStateChangeHandler()
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
protected  String currentOrNull()
           
 void endElement(String uri, String name, String qName)
           
 Set<InstanceStateChange> getResult()
           
 void startElement(String uri, String name, String qName, Attributes attrs)
           
 
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
 

Constructor Detail

InstanceStateChangeHandler

public InstanceStateChangeHandler()
Method Detail

getResult

public Set<InstanceStateChange> getResult()
Specified by:
getResult in class org.jclouds.http.functions.ParseSax.HandlerWithResult<Set<InstanceStateChange>>

startElement

public void startElement(String uri,
                         String name,
                         String qName,
                         Attributes attrs)
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler

endElement

public void endElement(String uri,
                       String name,
                       String qName)
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class DefaultHandler

characters

public void characters(char[] ch,
                       int start,
                       int length)
Specified by:
characters in interface ContentHandler
Overrides:
characters in class DefaultHandler

currentOrNull

protected String currentOrNull()


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