public class LaunchSpecificationHandler extends org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<LaunchSpecification>
| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.ec2.domain.BlockDeviceMapping.Builder |
blockDeviceMappingBuilder |
protected LaunchSpecification.Builder |
builder |
protected StringBuilder |
currentText |
protected org.jclouds.date.DateCodec |
dateCodec |
protected org.jclouds.logging.Logger |
logger |
| Constructor and Description |
|---|
LaunchSpecificationHandler(org.jclouds.date.DateCodecFactory dateCodecFactory,
LaunchSpecification.Builder builder,
org.jclouds.ec2.domain.BlockDeviceMapping.Builder blockDeviceMappingBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
protected String |
currentOrNull() |
void |
endElement(String uri,
String name,
String qName) |
LaunchSpecification |
getResult() |
void |
startElement(String uri,
String name,
String qName,
Attributes attrs) |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected org.jclouds.logging.Logger logger
protected final org.jclouds.date.DateCodec dateCodec
protected final LaunchSpecification.Builder builder
protected final org.jclouds.ec2.domain.BlockDeviceMapping.Builder blockDeviceMappingBuilder
protected StringBuilder currentText
@Inject
public LaunchSpecificationHandler(org.jclouds.date.DateCodecFactory dateCodecFactory,
LaunchSpecification.Builder builder,
org.jclouds.ec2.domain.BlockDeviceMapping.Builder blockDeviceMappingBuilder)
protected String currentOrNull()
public void startElement(String uri, String name, String qName, Attributes attrs)
startElement in interface ContentHandlerstartElement in class DefaultHandlerpublic void endElement(String uri, String name, String qName)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerpublic LaunchSpecification getResult()
getResult in class org.jclouds.http.functions.ParseSax.HandlerWithResult<LaunchSpecification>Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.