Interface InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder
- All Known Subinterfaces:
InboundChannelModelBuilder.InboundEventFilterXmlBuilder, InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
- All Known Implementing Classes:
InboundChannelDefinitionBuilderImpl.InboundEventFilterXmlBuilderImpl, InboundChannelDefinitionBuilderImpl.InboundEventPayloadXmlExtractorBuilderImpl, InboundChannelDefinitionBuilderImpl.InboundEventTenantXmlDetectorBuilderImpl
- Enclosing interface:
InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder
Builder for the 'payload extraction' part of the
InboundChannelModel.- Author:
- Joram Barrez, Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionExtracts the payload directly from (top-level) xml elements.
-
Method Details
-
xmlElementsMapDirectlyToPayload
InboundChannelModelBuilder.InboundEventTransformerBuilder xmlElementsMapDirectlyToPayload()Extracts the payload directly from (top-level) xml elements.
-