org.apache.ode.bpel.engine
Class InterceptorContextImpl
java.lang.Object
org.apache.ode.bpel.engine.InterceptorContextImpl
- All Implemented Interfaces:
- MessageExchangeInterceptor.InterceptorContext
public class InterceptorContextImpl
- extends java.lang.Object
- implements MessageExchangeInterceptor.InterceptorContext
Implementation of the MessageExchangeInterceptor.InterceptorContext
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorContextImpl
public InterceptorContextImpl(BpelDAOConnection connection,
ProcessDAO processDAO,
ProcessConf pconf,
BpelEngine bpelEngine,
BpelProcess bpelProcess)
getConnection
public BpelDAOConnection getConnection()
- Specified by:
getConnection
in interface MessageExchangeInterceptor.InterceptorContext
getProcessDAO
public ProcessDAO getProcessDAO()
- Specified by:
getProcessDAO
in interface MessageExchangeInterceptor.InterceptorContext
getProcessConf
public ProcessConf getProcessConf()
- Specified by:
getProcessConf
in interface MessageExchangeInterceptor.InterceptorContext
getBpelEngine
public BpelEngine getBpelEngine()
- Specified by:
getBpelEngine
in interface MessageExchangeInterceptor.InterceptorContext
getBpelProcess
public BpelProcess getBpelProcess()
- Specified by:
getBpelProcess
in interface MessageExchangeInterceptor.InterceptorContext