Class ServiceListener
java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.ServiceListener
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
-
Field Summary
Fields inherited from class org.frankframework.management.bus.endpoints.BusEndpointBase
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<String>
getServiceListeners
(org.springframework.messaging.Message<?> message) org.springframework.messaging.Message<String>
postServiceListeners
(org.springframework.messaging.Message<?> message) Methods inherited from class org.frankframework.management.bus.endpoints.BusEndpointBase
afterPropertiesSet, createBean, doAfterPropertiesSet, getAdapterByName, getApplicationContext, getBean, getConfigurationByName, getIbisManager, getMediaTypeFromName, getPipeByName, getReceiverByName, log2SecurityLog, setApplicationContext
-
Constructor Details
-
ServiceListener
public ServiceListener()
-
-
Method Details
-
getServiceListeners
@TopicSelector(SERVICE_LISTENER) @ActionSelector(GET) @RolesAllowed({"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) public org.springframework.messaging.Message<String> getServiceListeners(org.springframework.messaging.Message<?> message) -
postServiceListeners
@TopicSelector(SERVICE_LISTENER) @ActionSelector(UPLOAD) @RolesAllowed("IbisTester") public org.springframework.messaging.Message<String> postServiceListeners(org.springframework.messaging.Message<?> message)
-