Class MobileLoginUserAdapter


  • public class MobileLoginUserAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig,​UserConfig>
    UserConfig XML adapter for mobile logins.
    Since:
    10.0.0
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig marshal​(UserConfig user)  
      UserConfig unmarshal​(lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig adaptedUser)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MobileLoginUserAdapter

        public MobileLoginUserAdapter()
    • Method Detail

      • unmarshal

        public UserConfig unmarshal​(lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig adaptedUser)
                             throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig,​UserConfig>
        Throws:
        java.lang.Exception
      • marshal

        public lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig marshal​(UserConfig user)
                                                                                 throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig,​UserConfig>
        Throws:
        java.lang.Exception