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
Common interface to be implemented by SapSender implementations.
- Since:
- 7.3
- Author:
- Gerrit van Brakel
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFunctionName(String string) voidsetFunctionNameParam(String string) voidsetLuwHandleSessionKey(String string) voidsetSapSystemNameParam(String string) voidsetSynchronous(boolean b) Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface FrankElement
addConfigWarningMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface HasPhysicalDestination
getPhysicalDestinationNameMethods inherited from interface IConfigurable
configureMethods inherited from interface ISapFunctionFacade
setCorrelationIdFieldIndex, setCorrelationIdFieldName, setReplyFieldIndex, setReplyFieldName, setRequestFieldIndex, setRequestFieldName, setSapSystemNameMethods inherited from interface ISender
isSynchronous, sendMessage, sendMessageOrThrow, start, stopMethods inherited from interface ISenderWithParameters
consumesSessionVariableMethods inherited from interface IWithParameters
addParameter, getParameterList
-
Method Details
-
setSynchronous
void setSynchronous(boolean b) -
setFunctionName
-
setFunctionNameParam
-
setLuwHandleSessionKey
-
setSapSystemNameParam
-
getRequestFieldName
String getRequestFieldName()
-