Class PropertyConditionalServiceBusExporter

java.lang.Object
org.kuali.rice.ksb.api.bus.support.ServiceBusExporter
org.kuali.rice.ksb.api.bus.support.PropertyConditionalServiceBusExporter
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class PropertyConditionalServiceBusExporter extends ServiceBusExporter
A ServiceBusExporter which only exports the service if the specified property is set to true.
Author:
Kuali Rice Team (kuali-rice@googlegroups.com)
  • Constructor Details

    • PropertyConditionalServiceBusExporter

      public PropertyConditionalServiceBusExporter()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class ServiceBusExporter
    • shouldRemoteThisService

      protected boolean shouldRemoteThisService()
    • getExportIf

      public List<String> getExportIf()
    • setExportIf

      public void setExportIf(List<String> exportIf)
    • getExportUnless

      public List<String> getExportUnless()
    • setExportUnless

      public void setExportUnless(List<String> exportUnless)
    • isExportIfPropertyNotSet

      public boolean isExportIfPropertyNotSet()
    • setExportIfPropertyNotSet

      public void setExportIfPropertyNotSet(boolean exportIfPropertyNotSet)