Sun Adapter for e-Mail API

com.stc.connector.emailadapter.appconn
Interface EmailMessageContainer

All Known Implementing Classes:
EmailMessageContainerImpl

public interface EmailMessageContainer

This represents the container for the actual EmailMessage. This interface exposes the EmailMessage in the inbound case and it maps to the WSDL message type for the receive operation.

Version:
$Version$
Author:
$Author: jtran $

Method Summary
 EmailMessage getEmailMessage()
          Gets the EmailMessage instance.
 void setEmailMessage(EmailMessage msg)
          Sets the EmailMessage instance.
 

Method Detail

getEmailMessage

EmailMessage getEmailMessage()
Gets the EmailMessage instance.

Returns:
An instance of EmailMessage.

setEmailMessage

void setEmailMessage(EmailMessage msg)
Sets the EmailMessage instance.

Parameters:
msg - An instance of EmailMessage.

Sun Adapter for e-Mail API