org.kuali.rice.ksb.service
Class KSBServiceLocator

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

public class KSBServiceLocator
extends Object


Constructor Summary
KSBServiceLocator()
           
 
Method Summary
static BAMService getBAMService()
           
static BasicAuthenticationService getBasicAuthenticationService()
           
static org.apache.cxf.Bus getCXFBus()
           
static DigitalSignatureService getDigitalSignatureService()
           
static ExceptionRoutingService getExceptionRoutingService()
           
static List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
           
static JavaSecurityManagementService getJavaSecurityManagementService()
           
static DataSource getMessageDataSource()
           
static javax.persistence.EntityManagerFactory getMessageEntityManagerFactory()
           
static DataSource getMessageNonTransactionalDataSource()
           
static MessageQueueService getMessageQueueService()
           
static List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
           
static org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()
           
static DataSource getRegistryDataSource()
           
static javax.persistence.EntityManagerFactory getRegistryEntityManagerFactory()
           
static KSBScheduledPool getScheduledPool()
           
static org.quartz.Scheduler getScheduler()
           
static Object getService(String name)
           
static ServiceExportManager getServiceExportManager()
           
static KSBThreadPool getThreadPool()
           
static org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KSBServiceLocator

public KSBServiceLocator()
Method Detail

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()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.