MessageServiceHandler

public class MessageServiceHandler

EbxmlMessageDAOConvertor Service Handler that supports asynchronous communication and reliable messaging.

Author:cyng

Fields

INBOX

public String INBOX

OUTBOX

public String OUTBOX

PEEK_THREAD_COUNT

public String PEEK_THREAD_COUNT

THREAD_COUNT

public String THREAD_COUNT

messageServiceHandler_destroyFlag

static boolean messageServiceHandler_destroyFlag

messageServiceHandler_initFlag

static boolean messageServiceHandler_initFlag

popFolder

public String popFolder

popHost

public String popHost

popPassword

public String popPassword

popPort

public String popPort

popProtocol

public String popProtocol

popUsername

public String popUsername

smtpFromMailAddress

public String smtpFromMailAddress

smtpHost

public String smtpHost

smtpPassword

public String smtpPassword

smtpPort

public String smtpPort

smtpProtocol

public String smtpProtocol

smtpUsername

public String smtpUsername

Methods

createSignatureHandler

public static SignatureHandler createSignatureHandler(EbxmlMessage message)

createSignatureHandler

public static SignatureHandler createSignatureHandler(EbxmlMessage message, Certificate certificate)

destroy

public synchronized void destroy()

getInstance

public static synchronized MessageServiceHandler getInstance()

isHasPop

public boolean isHasPop()
Returns:Returns the hasPop.

isHasSmtp

public boolean isHasSmtp()
Returns:Returns the hasSmtp.

isInboundAgreementCheck

public boolean isInboundAgreementCheck()
Returns:Returns the isInboundAgreementCheck.

isOutboundAgreementCheck

public boolean isOutboundAgreementCheck()
Returns:Returns the isOutboundAgreementCheck.

isSignHeaderOnly

public boolean isSignHeaderOnly()
Returns:Returns the isSignHeaderOnly.

processInboundMessage

public void processInboundMessage(EbmsRequest request, EbmsResponse response)

processOutboundMessage

public void processOutboundMessage(EbmsRequest request, EbmsResponse response)