Class KSBServiceLocator

java.lang.Object
org.kuali.rice.ksb.service.KSBServiceLocator

public class KSBServiceLocator extends Object
  • Constructor Details

    • KSBServiceLocator

      public KSBServiceLocator()
  • Method Details

    • getService

      public static Object getService(String name)
    • getMessageEntityManagerFactory

      public static javax.persistence.EntityManagerFactory getMessageEntityManagerFactory()
    • getRegistryEntityManagerFactory

      public static javax.persistence.EntityManagerFactory getRegistryEntityManagerFactory()
    • getTransactionTemplate

      public static org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
    • getPlatformTransactionManager

      public static org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()
    • getBAMService

      public static BAMService getBAMService()
    • getMessageQueueService

      public static MessageQueueService getMessageQueueService()
    • getExceptionRoutingService

      public static ExceptionRoutingService getExceptionRoutingService()
    • getServiceExportManager

      public static ServiceExportManager getServiceExportManager()
    • getDigitalSignatureService

      public static DigitalSignatureService getDigitalSignatureService()
    • getJavaSecurityManagementService

      public static JavaSecurityManagementService getJavaSecurityManagementService()
    • getThreadPool

      public static KSBThreadPool getThreadPool()
    • getScheduledPool

      public static KSBScheduledPool getScheduledPool()
    • getCXFBus

      public static org.apache.cxf.Bus getCXFBus()
    • getInInterceptors

      public static List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
    • getOutInterceptors

      public static List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
    • getMessageDataSource

      public static DataSource getMessageDataSource()
    • getMessageNonTransactionalDataSource

      public static DataSource getMessageNonTransactionalDataSource()
    • getRegistryDataSource

      public static DataSource getRegistryDataSource()
    • getScheduler

      public static org.quartz.Scheduler getScheduler()
    • getBasicAuthenticationService

      public static BasicAuthenticationService getBasicAuthenticationService()