public abstract class URLProfileStore extends Object implements ProfileStore
| Constructor and Description |
|---|
URLProfileStore()
Creates a new instance of URLProfileStore
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile(String ID)
Retrieves profile from persistent storage (by ID).
|
abstract URL |
getURL(String ID)
Returns the URL from which to read a profile given the profile ID.
|
void |
persistProfile(String ID,
String profile)
Stores profile in persistent storage with given ID.
|
public URLProfileStore()
public String getProfile(String ID) throws IOException
getProfile in interface ProfileStoreIOExceptionpublic void persistProfile(String ID, String profile) throws IOException
persistProfile in interface ProfileStoreIOExceptionpublic abstract URL getURL(String ID) throws MalformedURLException
MalformedURLExceptionCopyright © 2001-2012 University Health Network. All Rights Reserved.