Uses of Interface
org.frankframework.core.IWrapperPipe
Packages that use IWrapperPipe
-
Uses of IWrapperPipe in org.frankframework.core
Methods in org.frankframework.core that return IWrapperPipeMethods in org.frankframework.core with parameters of type IWrapperPipeModifier and TypeMethodDescriptionvoid
PipeLine.setInputWrapper
(IWrapperPipe inputWrapper) Optional pipe to extract the request message from its envelopevoid
PipeLine.setOutputWrapper
(IWrapperPipe outputWrapper) Optional pipe to wrap the response message in an envelope -
Uses of IWrapperPipe in org.frankframework.pipes
Methods in org.frankframework.pipes that return IWrapperPipeModifier and TypeMethodDescriptionMessageSendingPipe.getInputWrapper()
MessageSendingPipe.getOutputWrapper()
Methods in org.frankframework.pipes with parameters of type IWrapperPipeModifier and TypeMethodDescriptionvoid
AsyncSenderWithListenerPipe.setInputWrapper
(IWrapperPipe inputWrapper) void
MessageSendingPipe.setInputWrapper
(IWrapperPipe inputWrapper) specification of Pipe to wrap or unwrap request messagesvoid
SenderPipe.setInputWrapper
(IWrapperPipe inputWrapper) void
MessageSendingPipe.setOutputWrapper
(IWrapperPipe outputWrapper) specification of Pipe to wrap or unwrap response messages -
Uses of IWrapperPipe in org.frankframework.soap
Classes in org.frankframework.soap that implement IWrapperPipeModifier and TypeClassDescriptionclass
Pipe to wrap or unwrap a message from/into a SOAP Envelope.