Class RootQNameMessageSelector
- java.lang.Object
-
- com.consol.citrus.channel.selector.AbstractMessageSelector
-
- com.consol.citrus.channel.selector.RootQNameMessageSelector
-
- All Implemented Interfaces:
org.springframework.integration.core.GenericSelector<org.springframework.messaging.Message<?>>,org.springframework.integration.core.MessageSelector
public class RootQNameMessageSelector extends AbstractMessageSelector
Message selector accepts XML messages according to specified root element QName.- Author:
- Christoph Deppisch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRootQNameMessageSelector.FactoryMessage selector factory for this implementation.
-
Field Summary
Fields Modifier and Type Field Description static StringSELECTOR_IDSpecial selector element name identifying this message selector implementation-
Fields inherited from class com.consol.citrus.channel.selector.AbstractMessageSelector
context, matchingValue, selectKey
-
-
Constructor Summary
Constructors Constructor Description RootQNameMessageSelector(String name, String value, com.consol.citrus.context.TestContext context)Default constructor using fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.springframework.messaging.Message<?> message)-
Methods inherited from class com.consol.citrus.channel.selector.AbstractMessageSelector
evaluate
-
-
-
-
Field Detail
-
SELECTOR_ID
public static final String SELECTOR_ID
Special selector element name identifying this message selector implementation- See Also:
- Constant Field Values
-
-