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)
  • Constructor Details

    • ServiceBusExporter

      public ServiceBusExporter()
  • Method Details

    • 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)