IBM Bank Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62
Interface Lu62MessageListener


public interface Lu62MessageListener

Message Listener for Lu62 inbound message


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 int onIncomingMessage(java.lang.String msg, Lu62Conversation conversation)
          Deliver message to endpoint for incoming message
 int onOutgoingReplyMessage(java.lang.String msg)
          Deliver message to endpoint for reply message of outgoing
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

onIncomingMessage

int onIncomingMessage(java.lang.String msg,
                      Lu62Conversation conversation)
Deliver message to endpoint for incoming message

Parameters:
msg - The message that is delivered to the message endpoint
conversation - The Lu62Conversation instance which can be used to send reply message using Lu62Conversation.send(replyMesssage)
Returns:
if the message handling is OK, method should return zero, otherwise non zero.

onOutgoingReplyMessage

int onOutgoingReplyMessage(java.lang.String msg)
Deliver message to endpoint for reply message of outgoing

Parameters:
msg - The message that is delivered to the message endpoint
Returns:
f the message handling is OK, method should return zero, otherwise non zero.

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008