public class PropertyConditionalServiceBusExporter extends ServiceBusExporter
Constructor and Description |
---|
PropertyConditionalServiceBusExporter() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
List<String> |
getExportIf() |
List<String> |
getExportUnless() |
boolean |
isExportIfPropertyNotSet() |
void |
setExportIf(List<String> exportIf) |
void |
setExportIfPropertyNotSet(boolean exportIfPropertyNotSet) |
void |
setExportUnless(List<String> exportUnless) |
protected boolean |
shouldRemoteThisService() |
autoLocateServiceBus, getServiceBus, getServiceDefinition, isForceSync, setForceRefresh, setServiceBus, setServiceDefinition
public PropertyConditionalServiceBusExporter()
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class ServiceBusExporter
protected boolean shouldRemoteThisService()
public List<String> getExportIf()
public void setExportIf(List<String> exportIf)
public List<String> getExportUnless()
public void setExportUnless(List<String> exportUnless)
public boolean isExportIfPropertyNotSet()
public void setExportIfPropertyNotSet(boolean exportIfPropertyNotSet)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.