Interface IWrapperPipe

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, FrankElement, HasApplicationContext, HasName, IConfigurable, IForwardTarget, IPipe, IScopeProvider, org.springframework.context.Lifecycle, NameAware
All Known Implementing Classes:
SoapWrapperPipe

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 NameAware