org.gcube.application.framework.userprofiles.cache.factories
Class ProfileCacheEntryFactory

java.lang.Object
  extended by org.gcube.application.framework.userprofiles.cache.factories.ProfileCacheEntryFactory

public class ProfileCacheEntryFactory
extends java.lang.Object

Author:
Rena - NKUA

Constructor Summary
ProfileCacheEntryFactory()
           
 
Method Summary
 java.lang.Object createEntry(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileCacheEntryFactory

public ProfileCacheEntryFactory()
Method Detail

createEntry

public java.lang.Object createEntry(java.lang.Object key)
                             throws java.lang.Exception
Parameters:
key - a QueryString representing pairs of keys and values. Needed keys are: "vre", "username"
Returns:
the user profile as a DOM object (Document)
Throws:
java.lang.Exception