Package org.jclouds.s3.xml
Class PartIdsFromHttpResponse
- All Implemented Interfaces:
org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<Map<Integer,,String>>> ContentHandler,DTDHandler,EntityResolver,ErrorHandler
@Deprecated
public class PartIdsFromHttpResponse
extends org.jclouds.http.functions.ParseSax.HandlerWithResult<Map<Integer,String>>
Deprecated.
see PartIdsFromHttpResponseFull
Parses the following XML document:
ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01"
-
Constructor Summary
ConstructorsConstructorDescriptionPartIdsFromHttpResponse(org.jclouds.date.DateService dateParser) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) Deprecated.voidendElement(String uri, String name, String qName) Deprecated.Deprecated.Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult
getRequest, setContextMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
PartIdsFromHttpResponse
@Inject public PartIdsFromHttpResponse(org.jclouds.date.DateService dateParser) Deprecated.
-
-
Method Details
-
getResult
Deprecated. -
endElement
Deprecated.- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler
-
characters
public void characters(char[] ch, int start, int length) Deprecated.- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-