Uses of Interface
org.apache.ode.bpel.dao.MessageExchangeDAO

Uses of MessageExchangeDAO in org.apache.ode.bpel.dao
 

Methods in org.apache.ode.bpel.dao that return MessageExchangeDAO
 MessageExchangeDAO BpelDAOConnection.createMessageExchange(char dir)
          Create a message exchange.
 MessageExchangeDAO CorrelatorDAO.dequeueMessage(CorrelationKeySet correlationKeySet)
          Dequeue a message exchange matching a correlationKey constraint.
 MessageExchangeDAO MessageDAO.getMessageExchange()
           
 MessageExchangeDAO BpelDAOConnection.getMessageExchange(java.lang.String mexid)
           
 MessageExchangeDAO AttachmentDAO.getMexDAO()
          Returns the in-cooperated message exchange DAO
 

Methods in org.apache.ode.bpel.dao with parameters of type MessageExchangeDAO
 void ProcessInstanceDAO.addMessageExchange(MessageExchangeDAO dao)
          In-cooperates a message exchange with an process instance if it's not already in-cooperated.
 void CorrelatorDAO.enqueueMessage(MessageExchangeDAO mex, CorrelationKeySet correlationKeySet)
          Enqueue a message exchange to the queue with a set of correlation keys.
 AttachmentDAO BpelDAOConnection.getAttachmentDAO(java.lang.Long attachmentID, MessageExchangeDAO mex)
          Returns an attachment DAO for a given input parameters
 void AttachmentDAO.setMexDAO(MessageExchangeDAO mexDAO)
          In-cooperating message exchange DAO
 



Copyright © 2015 WSO2. All Rights Reserved.