Uses of Interface
org.frankframework.core.IWrapperPipe
-
Uses of IWrapperPipe in org.frankframework.core
Modifier 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
Modifier and TypeMethodDescriptionMessageSendingPipe.getInputWrapper()
MessageSendingPipe.getOutputWrapper()
Modifier 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
Modifier and TypeClassDescriptionclass
Pipe to wrap or unwrap a message from/into a SOAP Envelope.