public class KimFrameworkServiceLocator extends Object
| Constructor and Description |
|---|
KimFrameworkServiceLocator() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static KimTypeService |
getKimTypeService(QName kimTypeServiceName)
Fetches the KimTypeService for the given kim type service name.
|
public KimFrameworkServiceLocator()
public static KimTypeService getKimTypeService(KimType kimType)
getKimTypeService(javax.xml.namespace.QName).public static KimTypeService getKimTypeService(QName kimTypeServiceName)
QName
is null, then this method will throw an IllegalArgumentException.IllegalArgumentException - if the given kimTypeServiceName is nullCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.