Package org.kuali.rice.ksb.service
Class KSBServiceLocator
java.lang.Object
org.kuali.rice.ksb.service.KSBServiceLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BAMServicestatic BasicAuthenticationServicestatic org.apache.cxf.Busstatic DigitalSignatureServicestatic ExceptionRoutingServicestatic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>static DataSourcestatic javax.persistence.EntityManagerFactorystatic DataSourcestatic MessageQueueServicestatic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>static org.springframework.transaction.PlatformTransactionManagerstatic DataSourcestatic javax.persistence.EntityManagerFactorystatic KSBScheduledPoolstatic org.quartz.Schedulerstatic ObjectgetService(String name) static ServiceExportManagerstatic KSBThreadPoolstatic org.springframework.transaction.support.TransactionTemplate
-
Constructor Details
-
KSBServiceLocator
public KSBServiceLocator()
-
-
Method Details
-
getService
-
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
-
getMessageQueueService
-
getExceptionRoutingService
-
getServiceExportManager
-
getDigitalSignatureService
-
getJavaSecurityManagementService
-
getThreadPool
-
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
-
getMessageNonTransactionalDataSource
-
getRegistryDataSource
-
getScheduler
public static org.quartz.Scheduler getScheduler() -
getBasicAuthenticationService
-