Interface ISapSender

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, ISapFunctionFacade, IScopeProvider, ISender, ISenderWithParameters, IWithParameters, NameAware
All Known Implementing Classes:
SapSender, SapSender, SapSenderImpl

public interface ISapSender extends ISenderWithParameters, ISapFunctionFacade
Common interface to be implemented by SapSender implementations.
Since:
7.3
Author:
Gerrit van Brakel
  • Method Details

    • setSynchronous

      void setSynchronous(boolean b)
    • setFunctionName

      void setFunctionName(String string)
    • setFunctionNameParam

      void setFunctionNameParam(String string)
    • setLuwHandleSessionKey

      void setLuwHandleSessionKey(String string)
    • setSapSystemNameParam

      void setSapSystemNameParam(String string)
    • getRequestFieldName

      String getRequestFieldName()