org.openmobileis.common.user.profile.impl
Class TerminalXmlFileProfilDataFactory

java.lang.Object
  extended byorg.openmobileis.common.user.profile.impl.TerminalXmlFileProfilDataFactory
All Implemented Interfaces:
ProfileDataFactory

public class TerminalXmlFileProfilDataFactory
extends java.lang.Object
implements ProfileDataFactory

Title: OpenMobileIS project source
Description: Manage profil data in an xml file.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
TerminalXmlFileProfilDataFactory(java.io.Reader reader)
           
 
Method Summary
 Profile getParsedProfil()
           
 Profile getProfil(java.lang.String profilName)
          return the profil for specified profil name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalXmlFileProfilDataFactory

public TerminalXmlFileProfilDataFactory(java.io.Reader reader)
                                 throws java.io.IOException,
                                        XmlPullParserException
Method Detail

getProfil

public Profile getProfil(java.lang.String profilName)
                  throws ProfileNotFoundException
Description copied from interface: ProfileDataFactory
return the profil for specified profil name. null if not found

Specified by:
getProfil in interface ProfileDataFactory
Throws:
ProfileNotFoundException

getParsedProfil

public Profile getParsedProfil()


Copyright 2006 OpenMobileIS. All Rights Reserved.