Interface ISapFunctionFacade

All Superinterfaces:
HasPhysicalDestination, IConfigurable
All Known Subinterfaces:
ISapListener<F>, ISapSender
All Known Implementing Classes:
IdocSender, IdocSender, IdocSenderImpl, SapFunctionFacade, SapListener, SapListener, SapListenerImpl, SapSender, SapSender, SapSenderBase, SapSenderImpl

public interface ISapFunctionFacade extends IConfigurable, HasPhysicalDestination
Common interface to be implemented by SapListeners
Since:
7.3
Author:
Gerrit van Brakel
  • Method Details

    • setCorrelationIdFieldIndex

      void setCorrelationIdFieldIndex(int i)
    • setCorrelationIdFieldName

      void setCorrelationIdFieldName(String string)
    • setRequestFieldIndex

      void setRequestFieldIndex(int i)
    • setRequestFieldName

      void setRequestFieldName(String string)
    • setReplyFieldIndex

      void setReplyFieldIndex(int i)
    • setReplyFieldName

      void setReplyFieldName(String string)
    • setSapSystemName

      void setSapSystemName(String string)