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

Enclosing interface:
MessageExchangeInterceptor

public static interface MessageExchangeInterceptor.InterceptorEvent

Representation of an intercept event.


Method Summary
 BpelDAOConnection getConnection()
          Get the connection to the data store.
 MessageExchangeDAO getMessageExchangeDAO()
          Get the database representation of the message exchange.
 ProcessConf getProcessConf()
          Get the process configuration.
 ProcessDAO getProcessDAO()
          Get the DB representation of the process.
 

Method Detail

getConnection

BpelDAOConnection getConnection()
Get the connection to the data store.


getProcessDAO

ProcessDAO getProcessDAO()
Get the DB representation of the process.


getProcessConf

ProcessConf getProcessConf()
Get the process configuration.


getMessageExchangeDAO

MessageExchangeDAO getMessageExchangeDAO()
Get the database representation of the message exchange.