public class DebugBpelEventListener extends java.lang.Object implements BpelEventListener
BpelEventListener interface.
Dumps navigation events to a logging appender and optionally to stdout.
To use the DebugBpelEventListener add the following lines to your
ode-xxx.properties file:
ode-jbi.event.listeners=org.apache.ode.bpel.common.evt.DebugBpelEventListener
debugeventlistener.dumpToStdOut=on/off
| Constructor and Description |
|---|
DebugBpelEventListener() |
public void onEvent(BpelEvent bpelEvent)
onEvent in interface BpelEventListenerpublic void startup(java.util.Properties configProperties)
startup in interface BpelEventListenerpublic void shutdown()
shutdown in interface BpelEventListenerCopyright © 2015 WSO2. All Rights Reserved.