Uses of Class
org.frankframework.pipes.IteratingPipe.ItemCallback
-
Uses of IteratingPipe.ItemCallback in org.frankframework.pipes
Modifier and TypeMethodDescriptionprotected IteratingPipe<I>.ItemCallback
IteratingPipe.createItemCallBack
(PipeLineSession session, ISender sender, Writer out) protected IteratingPipe<String>.ItemCallback
StringIteratorPipe.createItemCallBack
(PipeLineSession session, ISender sender, Writer writer) Modifier and TypeMethodDescriptionprotected void
ForEachChildElementPipe.createHandler
(org.frankframework.pipes.ForEachChildElementPipe.HandlerRecord result, ThreadConnector<?> threadConnector, Message input, PipeLineSession session, IteratingPipe<String>.ItemCallback callback) protected IteratingPipe.StopReason
ForEachChildElementPipe.iterateOverInput
(Message input, PipeLineSession session, Map<String, Object> threadContext, IteratingPipe<String>.ItemCallback callback) protected IteratingPipe.StopReason
IteratingPipe.iterateOverInput
(Message input, PipeLineSession session, Map<String, Object> threadContext, IteratingPipe<I>.ItemCallback callback) protected IteratingPipe.StopReason
XmlFileElementIteratorPipe.iterateOverInput
(Message input, PipeLineSession session, Map<String, Object> threadContext, IteratingPipe<String>.ItemCallback callback) Deprecated, for removal: This API element is subject to removal in a future version.