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 TypeMethodDescriptionvoid
setFunctionName
(String string) void
setFunctionNameParam
(String string) void
setLuwHandleSessionKey
(String string) void
setSapSystemNameParam
(String string) void
setSynchronous
(boolean b) Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
Methods inherited from interface org.frankframework.core.HasPhysicalDestination
getDomain, getPhysicalDestinationName
Methods inherited from interface org.frankframework.core.IConfigurable
configure
Methods inherited from interface org.frankframework.extensions.sap.ISapFunctionFacade
setCorrelationIdFieldIndex, setCorrelationIdFieldName, setReplyFieldIndex, setReplyFieldName, setRequestFieldIndex, setRequestFieldName, setSapSystemName
Methods inherited from interface org.frankframework.core.ISender
isSynchronous, sendMessage, sendMessageOrThrow, start, stop
Methods inherited from interface org.frankframework.core.ISenderWithParameters
consumesSessionVariable
Methods inherited from interface org.frankframework.core.IWithParameters
addParameter, getParameterList
-
Method Details
-
setSynchronous
void setSynchronous(boolean b) -
setFunctionName
-
setFunctionNameParam
-
setLuwHandleSessionKey
-
setSapSystemNameParam
-
getRequestFieldName
String getRequestFieldName()
-