Interface InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder
- All Known Subinterfaces:
InboundChannelModelBuilder.InboundEventFilterXmlBuilder
,InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
- Enclosing interface:
- InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder
Builder for the 'payload extraction' part of the
InboundChannelModel
.-
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.
-