Class ContainerNameEnumerationResultsHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<ListBlobsResponse>
org.jclouds.azureblob.xml.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: