Class SapSender
java.lang.Object
org.frankframework.extensions.sap.jco3.SapFunctionFacade
org.frankframework.extensions.sap.jco3.SapSenderBase
org.frankframework.extensions.sap.jco3.SapSenderImpl
org.frankframework.extensions.sap.jco3.SapSender
- All Implemented Interfaces:
FrankElement
,HasApplicationContext
,HasName
,HasPhysicalDestination
,IConfigurable
,IScopeProvider
,ISender
,ISenderWithParameters
,IWithParameters
,NameAware
,ISapFunctionFacade
,ISapSender
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@Deprecated(forRemoval=true,
since="7.7.0")
@ConfigurationWarning("Please do not specify jco version in package name")
public class SapSender
extends SapSenderImpl
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class org.frankframework.extensions.sap.jco3.SapSenderBase
paramList
Fields inherited from class org.frankframework.extensions.sap.jco3.SapFunctionFacade
log
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.frankframework.extensions.sap.jco3.SapSenderImpl
configure, getFunction, sendMessage, setFunctionName, setFunctionNameParam, setSynchronous
Methods inherited from class org.frankframework.extensions.sap.jco3.SapSenderBase
addParameter, getDestination, getParameterList, getSystem, getTid, setLuwHandleSessionKey, setSapSystemNameParam, start, stop
Methods inherited from class org.frankframework.extensions.sap.jco3.SapFunctionFacade
calculateStaticFieldIndices, closeFacade, findFieldIndex, functionCall2message, functionResult2message, getCorrelationIdFromField, getFunctionName, getFunctionTemplate, getFunctionTemplate, getLogPrefix, getPhysicalDestinationName, getSapSystem, getSapSystem, message2FunctionCall, message2FunctionResult, openFacade, setCorrelationIdFieldIndex, setCorrelationIdFieldName, setName, setParameters, setReplyFieldIndex, setReplyFieldName, setRequestFieldIndex, setRequestFieldName, setSapSystemName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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.extensions.sap.ISapFunctionFacade
setCorrelationIdFieldIndex, setCorrelationIdFieldName, setReplyFieldIndex, setReplyFieldName, setRequestFieldIndex, setRequestFieldName, setSapSystemName
Methods inherited from interface org.frankframework.extensions.sap.ISapSender
getRequestFieldName, setLuwHandleSessionKey, setSapSystemNameParam
Methods inherited from interface org.frankframework.core.ISender
isSynchronous, sendMessageOrThrow, start, stop
Methods inherited from interface org.frankframework.core.ISenderWithParameters
consumesSessionVariable
Methods inherited from interface org.frankframework.core.IWithParameters
addParameter, getParameterList
-
Constructor Details
-
SapSender
public SapSender()Deprecated, for removal: This API element is subject to removal in a future version.
-