org.kuali.rice.ksb.service
Class KSBContextServiceLocator
java.lang.Object
org.kuali.rice.ksb.service.KSBContextServiceLocator
public class KSBContextServiceLocator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THREAD_POOL_SERVICE
public static final String THREAD_POOL_SERVICE
- See Also:
- Constant Field Values
SCHEDULED_THREAD_POOL_SERVICE
public static final String SCHEDULED_THREAD_POOL_SERVICE
- See Also:
- Constant Field Values
KSBContextServiceLocator
public KSBContextServiceLocator()
getService
public Object getService(String name)
getServices
public Map getServices()
- Returns:
- the services
setServices
public void setServices(Map services)
- Parameters:
services
- the services to set
getMessageHelper
public MessageHelper getMessageHelper()
getThreadPool
public KSBThreadPool getThreadPool()
getScheduledPool
public KSBScheduledPool getScheduledPool()
getCXFBus
public org.apache.cxf.Bus getCXFBus()
getCXFServerRegistry
public org.apache.cxf.endpoint.ServerRegistry getCXFServerRegistry()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.