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 TypeMethodDescriptionvoidPipeLine.setInputWrapper(IWrapperPipe inputWrapper) Optional pipe to extract the request message from its envelopevoidPipeLine.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 TypeClassDescriptionclassExtension to SoapWrapperPipe for API Management. -
Uses of IWrapperPipe in org.frankframework.extensions.bis
Classes in org.frankframework.extensions.bis that implement IWrapperPipeModifier and TypeClassDescriptionclassDeprecated.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 TypeClassDescriptionclassExtension 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 TypeMethodDescriptionvoidAsyncSenderWithListenerPipe.setInputWrapper(IWrapperPipe inputWrapper) voidMessageSendingPipe.setInputWrapper(IWrapperPipe inputWrapper) specification of Pipe to wrap or unwrap request messagesvoidSenderPipe.setInputWrapper(IWrapperPipe inputWrapper) voidMessageSendingPipe.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 TypeClassDescriptionclassPipe to wrap or unwrap a message from/into a SOAP Envelope.