org.jasig.portal.services.persondir.support.legacy
Class PersonDirXmlParser

java.lang.Object
  extended by org.jasig.portal.services.persondir.support.legacy.PersonDirXmlParser

 class PersonDirXmlParser
extends java.lang.Object

Static function class which parses a Document such as that contained in a PersonDirs.xml file to obtain a List of PersonDirInfo objects.

Since:
uPortal 2.5
Version:
$Revision: 1.4 $ $Date: 2005/04/26 16:33:37 $

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
private PersonDirXmlParser()
           
 
Method Summary
(package private) static java.util.List getPersonDirInfos(org.w3c.dom.Document personDirDoc)
          Computes a List of PersonDirInfo objects from a Document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

PersonDirXmlParser

private PersonDirXmlParser()
Method Detail

getPersonDirInfos

static java.util.List getPersonDirInfos(org.w3c.dom.Document personDirDoc)
Computes a List of PersonDirInfo objects from a Document.

Parameters:
personDirDoc - PersonDirInfo document
Returns:
a List of PersonDirInfo objects
Throws:
java.lang.IllegalArgumentException - if param personDirDoc is null
DataAccessException - on failure