Interface InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
- Enclosing interface:
- InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
Builder for the 'key detection' part of the
InboundChannelModel
, specifically for XML events.-
Method Summary
Modifier and TypeMethodDescriptiondetectEventKeyUsingXPathExpression
(String xPathExpression) Determines the key of the event using on a XPATH expression to find the value.fixedEventKey
(String key) Sets the event key to a hardcoded value.
-
Method Details
-
fixedEventKey
Sets the event key to a hardcoded value. This is useful when the channel only receives one type of event. -
detectEventKeyUsingXPathExpression
InboundChannelModelBuilder.InboundEventFilterXmlBuilder detectEventKeyUsingXPathExpression(String xPathExpression) Determines the key of the event using on a XPATH expression to find the value.
-