public class AttachmentHandler extends org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<Attachment>
| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.date.DateCodec |
dateCodec |
protected com.google.common.base.Supplier<String> |
defaultRegion |
protected org.jclouds.logging.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, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected org.jclouds.logging.Logger logger
protected final org.jclouds.date.DateCodec dateCodec
protected final com.google.common.base.Supplier<String> defaultRegion
public Attachment getResult()
getResult in class org.jclouds.http.functions.ParseSax.HandlerWithResult<Attachment>public 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 DefaultHandlerCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.