public class AttachmentHandler extends ParseSax.HandlerForGeneratedRequestWithResult<Attachment>
Modifier and Type | Field and Description |
---|---|
protected DateService |
dateService |
protected com.google.common.base.Supplier<String> |
defaultRegion |
protected Logger |
logger |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
Attachment |
getResult() |
getRequest, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
protected Logger logger
protected final DateService dateService
protected final com.google.common.base.Supplier<String> defaultRegion
public Attachment getResult()
getResult
in class ParseSax.HandlerWithResult<Attachment>
public void endElement(String uri, String name, String qName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class DefaultHandler
Copyright © 2009-2012 jclouds. All Rights Reserved.