org.kuali.rice.kim.framework.services
Class KimFrameworkServiceLocator
java.lang.Object
org.kuali.rice.kim.framework.services.KimFrameworkServiceLocator
public class KimFrameworkServiceLocator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KimFrameworkServiceLocator
public KimFrameworkServiceLocator()
getKimTypeService
public static KimTypeService getKimTypeService(KimType kimType)
- Fetches the KimTypeService for the given KimType If the kimType passed in is null
then this method will return null. This method will resolve the kimTypeServiceName
on the given KimType and then delegate to
getKimTypeService(javax.xml.namespace.QName)
.
getKimTypeService
public static KimTypeService getKimTypeService(QName kimTypeServiceName)
- Fetches the KimTypeService for the given kim type service name. If the given
QName
is null, then this method will throw an IllegalArgumentException.
- Throws:
IllegalArgumentException
- if the given kimTypeServiceName is null
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.