Interface StorageAccountProviderBinding

All Known Implementing Classes:
StorageAccountProviderSimpleBindingImpl

public interface StorageAccountProviderBinding
This interface defines the contract for Storage Account xml bindings.
Author:
Andrew Woods Date: 5/9/11
  • Method Summary

    Modifier and Type
    Method
    Description
    getAccountFromXml(org.jdom.Element xml)
    This method builds a StorageAccount object from the arg xml.
    org.jdom.Element
    getElementFrom(StorageAccount acct, boolean includeCredentials, boolean includeHiddenOptions)
    This method builds an xml element from the arg StorageAccount.
  • Method Details

    • getAccountFromXml

      StorageAccount getAccountFromXml(org.jdom.Element xml)
      This method builds a StorageAccount object from the arg xml.
      Parameters:
      xml - serialization of StorageAccount
      Returns:
      StorageAccount
      Throws:
      Exception
    • getElementFrom

      org.jdom.Element getElementFrom(StorageAccount acct, boolean includeCredentials, boolean includeHiddenOptions)
      This method builds an xml element from the arg StorageAccount.
      Parameters:
      acct - from whence xml will be built
      includeCredentials - flag indicating inclusion of credentials in xml
      includeHiddenOptions - flag indicating inclusion of hidden options in xml
      Returns:
      xml element
      Throws:
      Exception