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
A ServiceBusExporter which only exports the service if the specified property is set
to true.
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidsetExportIf(List<String> exportIf) voidsetExportIfPropertyNotSet(boolean exportIfPropertyNotSet) voidsetExportUnless(List<String> exportUnless) protected booleanMethods inherited from class org.kuali.rice.ksb.api.bus.support.ServiceBusExporter
autoLocateServiceBus, getServiceBus, getServiceDefinition, isForceSync, setForceRefresh, setServiceBus, setServiceDefinition
-
Constructor Details
-
PropertyConditionalServiceBusExporter
public PropertyConditionalServiceBusExporter()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classServiceBusExporter
-
shouldRemoteThisService
protected boolean shouldRemoteThisService() -
getExportIf
-
setExportIf
-
getExportUnless
-
setExportUnless
-
isExportIfPropertyNotSet
public boolean isExportIfPropertyNotSet() -
setExportIfPropertyNotSet
public void setExportIfPropertyNotSet(boolean exportIfPropertyNotSet)
-