Class KSBResourceLoaderFactory

java.lang.Object
org.kuali.rice.ksb.messaging.resourceloader.KSBResourceLoaderFactory

public class KSBResourceLoaderFactory extends Object
Creates KSBs root resource loader with all the correct children attached ready for starting. Uses config object to store QNames so everything is good with the current context classloader. Can grab any KSB specific resource loader from the resource loading stack.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • KSBResourceLoaderFactory

      public KSBResourceLoaderFactory()
  • Method Details

    • createRootKSBRemoteResourceLoader

      public static org.kuali.rice.core.api.resourceloader.ResourceLoader createRootKSBRemoteResourceLoader()
    • getRootResourceLoaderName

      public static QName getRootResourceLoaderName()
    • setRootResourceLoaderName

      public static void setRootResourceLoaderName(QName name)
    • getRemoteResourceLoaderName

      public static QName getRemoteResourceLoaderName()
    • setRemoteResourceLoaderName

      public static void setRemoteResourceLoaderName(QName remoteResourceLoaderName)