Package org.jclouds.aws.ec2.xml
Class SpotInstanceHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<SpotInstanceRequest>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<SpotInstanceRequest>
org.jclouds.aws.ec2.xml.SpotInstanceHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<SpotInstanceRequest>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class SpotInstanceHandler
extends ParseSax.HandlerForGeneratedRequestWithResult<SpotInstanceRequest>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SpotInstanceRequest.Builder
protected final DateService
protected final com.google.common.base.Supplier
<String> protected boolean
protected boolean
protected boolean
protected boolean
protected final LaunchSpecificationHandler
protected final TagSetHandler
-
Constructor Summary
ConstructorsConstructorDescriptionSpotInstanceHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, LaunchSpecificationHandler launchSpecificationHandler, TagSetHandler tagSetHandler, SpotInstanceRequest.Builder builder) -
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) void
endElement
(String uri, String name, String qName) 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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
dateService
-
defaultRegion
-
builder
-
inFault
protected boolean inFault -
inStatus
protected boolean inStatus -
inLaunchSpecification
protected boolean inLaunchSpecification -
launchSpecificationHandler
-
inTagSet
protected boolean inTagSet -
tagSetHandler
-
-
Constructor Details
-
SpotInstanceHandler
@Inject public SpotInstanceHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, LaunchSpecificationHandler launchSpecificationHandler, TagSetHandler tagSetHandler, SpotInstanceRequest.Builder builder)
-
-
Method Details
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<SpotInstanceRequest>
-
startElement
public void startElement(String uri, String name, String qName, Attributes attrs) 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
-
characters
public void characters(char[] ch, int start, int length) - Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
-