Class AccountNameEnumerationResultsHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>
org.jclouds.azureblob.xml.AccountNameEnumerationResultsHandler
All Implemented Interfaces:
org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class AccountNameEnumerationResultsHandler extends org.jclouds.http.functions.ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>
Parses the following XML document:

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

See Also: