org.apache.ode.bpel.intercept
Interface MessageExchangeInterceptor.InterceptorContext

All Known Implementing Classes:
InterceptorContextImpl
Enclosing interface:
MessageExchangeInterceptor

public static interface MessageExchangeInterceptor.InterceptorContext


Method Summary
 org.apache.ode.bpel.iapi.BpelEngine getBpelEngine()
           
 BpelProcess getBpelProcess()
           
 org.apache.ode.bpel.dao.BpelDAOConnection getConnection()
           
 org.apache.ode.bpel.iapi.ProcessConf getProcessConf()
           
 org.apache.ode.bpel.dao.ProcessDAO getProcessDAO()
           
 

Method Detail

getConnection

org.apache.ode.bpel.dao.BpelDAOConnection getConnection()

getProcessDAO

org.apache.ode.bpel.dao.ProcessDAO getProcessDAO()

getProcessConf

org.apache.ode.bpel.iapi.ProcessConf getProcessConf()

getBpelEngine

org.apache.ode.bpel.iapi.BpelEngine getBpelEngine()

getBpelProcess

BpelProcess getBpelProcess()