public class KSBServiceLocator extends Object
Constructor and Description |
---|
KSBServiceLocator() |
Modifier and Type | Method and Description |
---|---|
static BAMService |
getBAMService() |
static org.apache.cxf.Bus |
getCXFBus() |
static org.apache.cxf.endpoint.ServerRegistry |
getCXFServerRegistry() |
static org.apache.cxf.transport.servlet.ServletTransportFactory |
getCXFServletTransportFactory() |
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() |
public KSBServiceLocator()
public static Object getService(String name)
public static javax.persistence.EntityManagerFactory getMessageEntityManagerFactory()
public static javax.persistence.EntityManagerFactory getRegistryEntityManagerFactory()
public static org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
public static org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()
public static BAMService getBAMService()
public static MessageQueueService getMessageQueueService()
public static ExceptionRoutingService getExceptionRoutingService()
public static ServiceExportManager getServiceExportManager()
public static DigitalSignatureService getDigitalSignatureService()
public static JavaSecurityManagementService getJavaSecurityManagementService()
public static KSBThreadPool getThreadPool()
public static KSBScheduledPool getScheduledPool()
public static org.apache.cxf.Bus getCXFBus()
public static org.apache.cxf.transport.servlet.ServletTransportFactory getCXFServletTransportFactory()
public static org.apache.cxf.endpoint.ServerRegistry getCXFServerRegistry()
public static List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
public static List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
public static DataSource getMessageDataSource()
public static DataSource getMessageNonTransactionalDataSource()
public static DataSource getRegistryDataSource()
public static org.quartz.Scheduler getScheduler()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.