WebLogic Integration


com.bea.b2b.protocol.xocp.messaging
Interface XOCPMessageErrorListener


public interface XOCPMessageErrorListener

The XOCPMessageErrorListener interface represents a listener for handling errors when an error is encountered before the onMessage() is called and after the message is received. Applications can implement this interface.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void onError(XOCPMessage msg)
          Callback to indicate that an error occurred after the message was received and before the onMessage() was called.
 

Method Detail

onError

public void onError(XOCPMessage msg)
Callback to indicate that an error occurred after the message was received and before the onMessage() was called.

Parameters:
msg - XOCP business message.

WebLogic Integration

WebLogic Integration (WLI)