Class KimFrameworkServiceLocator
java.lang.Object
org.kuali.rice.kim.framework.services.KimFrameworkServiceLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KimTypeServicegetKimTypeService(QName kimTypeServiceName) Fetches the KimTypeService for the given kim type service name.static KimTypeServicegetKimTypeService(KimType kimType) Fetches the KimTypeService for the given KimType If the kimType passed in is null then this method will return null.
-
Constructor Details
-
KimFrameworkServiceLocator
public KimFrameworkServiceLocator()
-
-
Method Details
-
getKimTypeService
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 togetKimTypeService(javax.xml.namespace.QName). -
getKimTypeService
Fetches the KimTypeService for the given kim type service name. If the givenQNameis null, then this method will throw an IllegalArgumentException.- Throws:
IllegalArgumentException- if the given kimTypeServiceName is null
-