org.kuali.rice.ksb.service
Class KSBServiceLocator
java.lang.Object
org.kuali.rice.ksb.service.KSBServiceLocator
public class KSBServiceLocator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KSBServiceLocator
public KSBServiceLocator()
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()
getCXFServletTransportFactory
public static org.apache.cxf.transport.servlet.ServletTransportFactory getCXFServletTransportFactory()
getCXFServerRegistry
public static org.apache.cxf.endpoint.ServerRegistry getCXFServerRegistry()
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()
getService
public static BusAdminService getService()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.