public interface StorageAccountProviderBinding
| Modifier and Type | Method and Description |
|---|---|
StorageAccount |
getAccountFromXml(org.jdom.Element xml)
This method builds a StorageAccount object from the arg xml.
|
org.jdom.Element |
getElementFrom(StorageAccount acct,
boolean includeCredentials,
boolean includeOptions)
This method builds an xml element from the arg StorageAccount.
|
StorageAccount getAccountFromXml(org.jdom.Element xml)
xml - serialization of StorageAccountExceptionorg.jdom.Element getElementFrom(StorageAccount acct, boolean includeCredentials, boolean includeOptions)
acct - from whence xml will be builtincludeCredentials - flag indicating inclusion of credentials in xmlExceptionCopyright © 2009–2016 DuraSpace. All rights reserved.