Class SapListener
java.lang.Object
org.frankframework.extensions.sap.jco3.SapFunctionFacade
org.frankframework.extensions.sap.jco3.SapListenerImpl
org.frankframework.extensions.sap.jco3.SapListener
- All Implemented Interfaces:
com.sap.conn.idoc.jco.JCoIDocHandler,com.sap.conn.idoc.jco.JCoIDocHandlerFactory,com.sap.conn.jco.server.JCoServerErrorListener,com.sap.conn.jco.server.JCoServerExceptionListener,com.sap.conn.jco.server.JCoServerFunctionHandler,com.sap.conn.jco.server.JCoServerTIDHandler,FrankElement,HasApplicationContext,HasName,HasPhysicalDestination,IConfigurable,IListener,IPushingListener,IScopeProvider,NameAware,ISapFunctionFacade,ISapListener,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 SapListener
extends SapListenerImpl
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.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.SapListenerImpl
afterMessageProcessed, checkTID, commit, configure, confirmTID, extractMessage, getFunctionName, getIDocHandler, getIDocXMLProcessor, getPhysicalDestinationName, handleRequest, handleRequest, rollback, serverErrorOccurred, serverExceptionOccurred, setConnectionCount, setExceptionListener, setHandler, setProgid, setSapSystemName, start, stop, wrapRawMessageMethods inherited from class org.frankframework.extensions.sap.jco3.SapFunctionFacade
calculateStaticFieldIndices, closeFacade, findFieldIndex, functionCall2message, functionResult2message, getCorrelationIdFromField, getFunctionTemplate, getFunctionTemplate, getLogPrefix, getSapSystem, getSapSystem, message2FunctionCall, message2FunctionResult, openFacade, setCorrelationIdFieldIndex, setCorrelationIdFieldName, setName, setParameters, setReplyFieldIndex, setReplyFieldName, setRequestFieldIndex, setRequestFieldNameMethods 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.extensions.sap.ISapFunctionFacade
setCorrelationIdFieldIndex, setCorrelationIdFieldName, setReplyFieldIndex, setReplyFieldName, setRequestFieldIndex, setRequestFieldName
-
Constructor Details
-
SapListener
public SapListener()Deprecated, for removal: This API element is subject to removal in a future version.
-