org.kuali.rice.ksb.api.bus.support
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyConditionalServiceBusExporter
public PropertyConditionalServiceBusExporter()
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)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.