Uses of Interface
org.frankframework.core.IWrapperPipe
Packages that use IWrapperPipe
Package
Description
-
Uses of IWrapperPipe in org.frankframework.core
Methods 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.extensions.api
Classes in org.frankframework.extensions.api that implement IWrapperPipeModifier and TypeClassDescriptionclass
Extension to SoapWrapperPipe for API Management. -
Uses of IWrapperPipe in org.frankframework.extensions.bis
Classes in org.frankframework.extensions.bis that implement IWrapperPipeModifier and TypeClassDescriptionclass
Deprecated.Please replace with org.frankframework.extensions.esb.EsbSoapWrapperPipe (not 1:1) -
Uses of IWrapperPipe in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement IWrapperPipeModifier and TypeClassDescriptionclass
Extension to SoapWrapperPipe for separate modes. -
Uses of IWrapperPipe in org.frankframework.extensions.fxf
Classes in org.frankframework.extensions.fxf that implement IWrapperPipe -
Uses of IWrapperPipe in org.frankframework.pipes
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.