Package org.jclouds.aws.ec2.xml
Class AWSEC2SecurityGroupHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<SecurityGroup>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<SecurityGroup>
org.jclouds.aws.ec2.xml.AWSEC2SecurityGroupHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<SecurityGroup>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class AWSEC2SecurityGroupHandler
extends ParseSax.HandlerForGeneratedRequestWithResult<SecurityGroup>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SecurityGroup.Builder
<?> protected StringBuilder
protected final com.google.common.base.Supplier
<String> protected boolean
protected final AWSEC2IpPermissionHandler
protected int
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionAWSEC2SecurityGroupHandler
(AWSEC2IpPermissionHandler ipPermissionHandler, com.google.common.base.Supplier<String> defaultRegion) -
Method Summary
Modifier and TypeMethodDescriptionprotected SecurityGroup.Builder
<?> builder()
void
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
-
ipPermissionHandler
-
defaultRegion
-
currentText
-
builder
-
inIpPermissions
protected boolean inIpPermissions -
itemDepth
protected int itemDepth -
region
-
-
Constructor Details
-
AWSEC2SecurityGroupHandler
@Inject public AWSEC2SecurityGroupHandler(AWSEC2IpPermissionHandler ipPermissionHandler, com.google.common.base.Supplier<String> defaultRegion)
-
-
Method Details
-
builder
-
setContext
- Specified by:
setContext
in interfaceInvocationContext<ParseSax.HandlerWithResult<SecurityGroup>>
- Overrides:
setContext
in classParseSax.HandlerForGeneratedRequestWithResult<SecurityGroup>
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<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
-