org.kuali.rice.ksb.api
Class KsbApiServiceLocator
java.lang.Object
   org.kuali.rice.ksb.api.KsbApiServiceLocator
org.kuali.rice.ksb.api.KsbApiServiceLocator
- public class KsbApiServiceLocator 
- extends Object
A static service locator which aids in locating the various services that
 form the Kuali Service Bus API.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SERVICE_BUS
public static final String SERVICE_BUS
- See Also:
- Constant Field Values
SERVICE_REGISTRY
public static final String SERVICE_REGISTRY
- See Also:
- Constant Field Values
MESSAGE_HELPER
public static final String MESSAGE_HELPER
- See Also:
- Constant Field Values
KsbApiServiceLocator
public KsbApiServiceLocator()
getServiceBus
public static ServiceBus getServiceBus()
- 
 
getServiceRegistry
public static ServiceRegistry getServiceRegistry()
- 
 
getMessageHelper
public static MessageHelper getMessageHelper()
- 
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.