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

All Known Implementing Classes:
InterceptorContextImpl
Enclosing interface:
MessageExchangeInterceptor

public static interface MessageExchangeInterceptor.InterceptorContext


Method Summary
 BpelEngine getBpelEngine()
           
 BpelProcess getBpelProcess()
           
 BpelDAOConnection getConnection()
           
 ProcessConf getProcessConf()
           
 ProcessDAO getProcessDAO()
           
 

Method Detail

getConnection

BpelDAOConnection getConnection()

getProcessDAO

ProcessDAO getProcessDAO()

getProcessConf

ProcessConf getProcessConf()

getBpelEngine

BpelEngine getBpelEngine()

getBpelProcess

BpelProcess getBpelProcess()