public class XmlResponsesSaxParser.CopyObjectResultHandler extends DefaultXmlHandler
| Constructor and Description |
|---|
CopyObjectResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String name,
String elementText) |
String |
getErrorCode() |
String |
getErrorHostId() |
String |
getErrorMessage() |
String |
getErrorRequestId() |
String |
getETag() |
Date |
getLastModified() |
boolean |
isErrorResponse() |
void |
startElement(String name) |
characters, endDocument, endElement, startDocument, startElement, startElementendPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic Date getLastModified()
public String getETag()
public String getErrorCode()
public String getErrorHostId()
public String getErrorMessage()
public String getErrorRequestId()
public boolean isErrorResponse()
public void startElement(String name)
startElement in class DefaultXmlHandlerpublic void endElement(String name, String elementText)
endElement in class DefaultXmlHandler