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
paramListFields 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, setSynchronousMethods inherited from class org.frankframework.extensions.sap.jco3.SapSenderBase
addParameter, getDestination, getParameterList, getSystem, getTid, setLuwHandleSessionKey, setSapSystemNameParam, start, stopMethods 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, setSapSystemNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.extensions.sap.ISapFunctionFacade
setCorrelationIdFieldIndex, setCorrelationIdFieldName, setReplyFieldIndex, setReplyFieldName, setRequestFieldIndex, setRequestFieldName, setSapSystemNameMethods inherited from interface org.frankframework.extensions.sap.ISapSender
getRequestFieldName, setLuwHandleSessionKey, setSapSystemNameParamMethods inherited from interface org.frankframework.core.ISender
isSynchronous, sendMessageOrThrow, start, stopMethods inherited from interface org.frankframework.core.ISenderWithParameters
consumesSessionVariableMethods 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.
-