Package org.frankframework.ladybug
Class PipeLineSessionDebugger
java.lang.Object
org.frankframework.ladybug.PipeLineSessionDebugger
- All Implemented Interfaces:
javassist.util.proxy.MethodHandler
Wrapper class for PipeLineSession to be able to debug storing values in
session keys.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PipeLineSession
newInstance
(PipeLineSession pipeLineSession, LadybugReportGenerator ibisDebugger)
-
Method Details
-
newInstance
public static PipeLineSession newInstance(PipeLineSession pipeLineSession, LadybugReportGenerator ibisDebugger) throws NoSuchMethodException, IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException -
invoke
- Specified by:
invoke
in interfacejavassist.util.proxy.MethodHandler
- Throws:
Throwable
-