org.kuali.rice.ksb.api
Class KsbApiServiceLocator

java.lang.Object
  extended by 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.


Field Summary
static String MESSAGE_HELPER
           
static String SERVICE_BUS
           
static String SERVICE_REGISTRY
           
 
Constructor Summary
KsbApiServiceLocator()
           
 
Method Summary
static MessageHelper getMessageHelper()
           
static ServiceBus getServiceBus()
           
static ServiceRegistry getServiceRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

KsbApiServiceLocator

public KsbApiServiceLocator()
Method Detail

getServiceBus

public static ServiceBus getServiceBus()

getServiceRegistry

public static ServiceRegistry getServiceRegistry()

getMessageHelper

public static MessageHelper getMessageHelper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.