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 org.frankframework.core.FrankElement
addConfigWarningMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface org.frankframework.core.HasPhysicalDestination
getPhysicalDestinationNameMethods inherited from interface org.frankframework.core.IConfigurable
configureMethods inherited from interface org.frankframework.extensions.sap.ISapFunctionFacade
setCorrelationIdFieldIndex, setCorrelationIdFieldName, setReplyFieldIndex, setReplyFieldName, setRequestFieldIndex, setRequestFieldName, setSapSystemNameMethods inherited from interface org.frankframework.core.ISender
isSynchronous, sendMessage, sendMessageOrThrow, start, stopMethods inherited from interface org.frankframework.core.ISenderWithParameters
consumesSessionVariableMethods inherited from interface org.frankframework.core.IWithParameters
addParameter, getParameterList
-
Method Details
-
setSynchronous
void setSynchronous(boolean b) -
setFunctionName
-
setFunctionNameParam
-
setLuwHandleSessionKey
-
setSapSystemNameParam
-
getRequestFieldName
String getRequestFieldName()
-