org.apache.ode.bpel.engine
Class InterceptorContextImpl

java.lang.Object
  extended by 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(BpelDAOConnection connection, ProcessDAO processDAO, ProcessConf pconf)
           
 
Method Summary
 BpelDAOConnection getConnection()
           
 ProcessConf getProcessConf()
           
 ProcessDAO getProcessDAO()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorContextImpl

public InterceptorContextImpl(BpelDAOConnection connection,
                              ProcessDAO processDAO,
                              ProcessConf pconf)
Method Detail

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