EbxmlMessageDAOConvertor

public class EbxmlMessageDAOConvertor

The EbxmlMessageDAOConvertor construct the necessary DAO Data from EbxmlMessage.

Author:Donahue Sze

Constructors

EbxmlMessageDAOConvertor

public EbxmlMessageDAOConvertor(EbxmlMessage ebxmlMessage, String messageBox, String messageType)

Create a new instance of Ebxml Message to DAO Data Convertor

Parameters:
  • ebxmlMessage – Ebxml Message to be converted
  • messageBox – Message box the message will be stored
  • messageType – The type of the message

Methods

getEbxmlMessage

public static EbxmlMessage getEbxmlMessage(String messageId, String messageBox)

getInboxDVO

public InboxDVO getInboxDVO()

Get the inbox DAO data

Throws:
Returns:

The inbox DAO data

getMessageDVO

public MessageDVO getMessageDVO()

Get the message dao data

Throws:
Returns:

The message dao data

getOutboxDVO

public OutboxDVO getOutboxDVO()

Get the outbox DAO data

Throws:
Returns:

The outbox DAO data

getRepositoryDVO

public RepositoryDVO getRepositoryDVO()

Get the repository DAO data

Throws:
Returns:

The repository DAO data