Package org.jclouds.aws.ec2.xml
Class AWSEC2DescribeSecurityGroupsResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<Set<SecurityGroup>>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<Set<SecurityGroup>>
org.jclouds.aws.ec2.xml.AWSEC2DescribeSecurityGroupsResponseHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<Set<SecurityGroup>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class AWSEC2DescribeSecurityGroupsResponseHandler
extends ParseSax.HandlerForGeneratedRequestWithResult<Set<SecurityGroup>>
Parses: DescribeSecurityGroupsResponse
xmlns="http://ec2.amazonaws.com/doc/2010-06-15/"
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAWSEC2DescribeSecurityGroupsResponseHandler
(AWSEC2SecurityGroupHandler securityGroupHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) void
endElement
(String uri, String name, String qName) protected void
setContext
(HttpRequest request) void
startElement
(String url, String name, String qName, Attributes attributes) Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest
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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
itemDepth
protected int itemDepth
-
-
Constructor Details
-
AWSEC2DescribeSecurityGroupsResponseHandler
@Inject public AWSEC2DescribeSecurityGroupsResponseHandler(AWSEC2SecurityGroupHandler securityGroupHandler)
-
-
Method Details
-
setContext
public ParseSax.HandlerForGeneratedRequestWithResult<Set<SecurityGroup>> setContext(HttpRequest request) - Specified by:
setContext
in interfaceInvocationContext<ParseSax.HandlerWithResult<Set<SecurityGroup>>>
- Overrides:
setContext
in classParseSax.HandlerForGeneratedRequestWithResult<Set<SecurityGroup>>
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<Set<SecurityGroup>>
-
startElement
public void startElement(String url, String name, String qName, Attributes attributes) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
- Throws:
SAXException
-
endItem
- Throws:
SAXException
-
characters
public void characters(char[] ch, int start, int length) - Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
-