Class ContainerNameEnumerationResultsHandler

  • All Implemented Interfaces:
    org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<ListBlobsResponse>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

    public class ContainerNameEnumerationResultsHandler
    extends org.jclouds.http.functions.ParseSax.HandlerWithResult<ListBlobsResponse>
    Parses the following XML document:

    EnumerationResults ContainerName="http://myaccount.blob.core.windows.net/mycontainer"

    See Also: