org.jasig.portal.groups
Class GroupServiceConfiguration

java.lang.Object
  extended by org.jasig.portal.groups.GroupServiceConfiguration

public class GroupServiceConfiguration
extends Object

Parses service descriptions found in the file found at SERVICES_XML. The elements of each service are stored in a ComponentGroupServiceDescriptor.

Version:
$Revision: 19776 $
Author:
Dan Ellentuck

Constructor Summary
GroupServiceConfiguration()
           
 
Method Summary
 Map getAttributes()
           
static GroupServiceConfiguration getConfiguration()
           
 String getDefaultService()
           
 String getNodeSeparator()
           
 List getServiceDescriptors()
           
protected  void parseAttributes(Attributes atts)
           
protected  void parseXml()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupServiceConfiguration

public GroupServiceConfiguration()
Method Detail

getAttributes

public Map getAttributes()

getConfiguration

public static GroupServiceConfiguration getConfiguration()
                                                  throws Exception
Throws:
Exception

getDefaultService

public String getDefaultService()

getNodeSeparator

public String getNodeSeparator()

getServiceDescriptors

public List getServiceDescriptors()

parseAttributes

protected void parseAttributes(Attributes atts)

parseXml

protected void parseXml()
                 throws Exception
Throws:
Exception

reset

public static void reset()


Copyright © 2010 Jasig. All Rights Reserved.