Class TestPipeline
java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.TestPipeline
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
@BusAware("frank-management-bus")
@TopicSelector(TEST_PIPELINE)
public class TestPipeline
extends BusEndpointBase
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.frankframework.management.bus.endpoints.BusEndpointBase
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSessionKeysFromHeader
(String sessionKeys) Parses SessionKeys from the sessionKeys header.getSessionKeysFromPayload
(String input) Parses the 'ibiscontext' processing instruction defined in the inputrunTestPipeline
(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
-
Field Details
-
secLog
protected org.apache.logging.log4j.Logger secLog
-
-
Constructor Details
-
TestPipeline
public TestPipeline()
-
-
Method Details
-
runTestPipeline
@ActionSelector(UPLOAD) @RolesAllowed("IbisTester") public BinaryMessage runTestPipeline(org.springframework.messaging.Message<?> message) -
getSessionKeysFromHeader
Parses SessionKeys from the sessionKeys header. Format: [{"index":1,"key":"test","value":"123"}] -
getSessionKeysFromPayload
Parses the 'ibiscontext' processing instruction defined in the input
-