Interface IWrapperPipe

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, IConfigurable, IConfigurationAware, IForwardTarget, INamedObject, IPipe, IScopeProvider
All Known Implementing Classes:
SoapWrapperPipe

@FrankDocGroup(WRAPPER) @ElementType(WRAPPER) public interface IWrapperPipe extends IPipe
Marker interface for Wrappers
Author:
Gerrit van Brakel
  • Method Details

    • setName

      @Optional void setName(String name)
      The functional name of this pipe, is not required when used as a Wrapper
      Specified by:
      setName in interface INamedObject