public class InterceptorContextImpl extends java.lang.Object implements MessageExchangeInterceptor.InterceptorContext
MessageExchangeInterceptor.InterceptorContext
interface.| Constructor and Description |
|---|
InterceptorContextImpl(BpelDAOConnection connection,
ProcessDAO processDAO,
ProcessConf pconf,
BpelEngine bpelEngine,
BpelProcess bpelProcess) |
| Modifier and Type | Method and Description |
|---|---|
BpelEngine |
getBpelEngine() |
BpelProcess |
getBpelProcess() |
BpelDAOConnection |
getConnection() |
ProcessConf |
getProcessConf() |
ProcessDAO |
getProcessDAO() |
public InterceptorContextImpl(BpelDAOConnection connection, ProcessDAO processDAO, ProcessConf pconf, BpelEngine bpelEngine, BpelProcess bpelProcess)
public BpelDAOConnection getConnection()
getConnection in interface MessageExchangeInterceptor.InterceptorContextpublic ProcessDAO getProcessDAO()
getProcessDAO in interface MessageExchangeInterceptor.InterceptorContextpublic ProcessConf getProcessConf()
getProcessConf in interface MessageExchangeInterceptor.InterceptorContextpublic BpelEngine getBpelEngine()
getBpelEngine in interface MessageExchangeInterceptor.InterceptorContextpublic BpelProcess getBpelProcess()
getBpelProcess in interface MessageExchangeInterceptor.InterceptorContext