org.kuali.rice.ksb.api.bus.support
Class ServiceBusExporter
java.lang.Object
org.kuali.rice.ksb.api.bus.support.ServiceBusExporter
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- PropertyConditionalServiceBusExporter
public class ServiceBusExporter
- extends Object
- implements org.springframework.beans.factory.InitializingBean
Used from Spring to register service definitions from an already configured and started KSB.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceBusExporter
public ServiceBusExporter()
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
autoLocateServiceBus
protected ServiceBus autoLocateServiceBus()
getServiceDefinition
public ServiceDefinition getServiceDefinition()
setServiceDefinition
public void setServiceDefinition(ServiceDefinition serviceDefinition)
isForceSync
public boolean isForceSync()
setForceRefresh
public void setForceRefresh(boolean forceSync)
getServiceBus
public ServiceBus getServiceBus()
setServiceBus
public void setServiceBus(ServiceBus serviceBus)
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.