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.
|
Constructor Summary |
InterceptorContextImpl(org.apache.ode.bpel.dao.BpelDAOConnection connection,
org.apache.ode.bpel.dao.ProcessDAO processDAO,
org.apache.ode.bpel.iapi.ProcessConf pconf,
org.apache.ode.bpel.iapi.BpelEngine bpelEngine,
BpelProcess bpelProcess)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorContextImpl
public InterceptorContextImpl(org.apache.ode.bpel.dao.BpelDAOConnection connection,
org.apache.ode.bpel.dao.ProcessDAO processDAO,
org.apache.ode.bpel.iapi.ProcessConf pconf,
org.apache.ode.bpel.iapi.BpelEngine bpelEngine,
BpelProcess bpelProcess)
getConnection
public org.apache.ode.bpel.dao.BpelDAOConnection getConnection()
- Specified by:
getConnection in interface MessageExchangeInterceptor.InterceptorContext
getProcessDAO
public org.apache.ode.bpel.dao.ProcessDAO getProcessDAO()
- Specified by:
getProcessDAO in interface MessageExchangeInterceptor.InterceptorContext
getProcessConf
public org.apache.ode.bpel.iapi.ProcessConf getProcessConf()
- Specified by:
getProcessConf in interface MessageExchangeInterceptor.InterceptorContext
getBpelEngine
public org.apache.ode.bpel.iapi.BpelEngine getBpelEngine()
- Specified by:
getBpelEngine in interface MessageExchangeInterceptor.InterceptorContext
getBpelProcess
public BpelProcess getBpelProcess()
- Specified by:
getBpelProcess in interface MessageExchangeInterceptor.InterceptorContext