/**
* This message is called by the ConnectorCore when a message was received. It will be translatet to the Application
* representation and the translatet message if send via the registered callback to the application.
* @param msg
* @throws InvalidObjectException
*/
public void msgReceived(CISPayload payload) throws InvalidObjectException {
log.info("--> messageReceived");
//Parse your object to your domain objects here
// create and forward the message to the connector
AppCallbackHandlerImpl.getInstance().getCallback(CoreConstants.MSGTYPE_CAP).msgReceived(payload);
}
CapConnectorCoreExt.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:CommonInformationSpace
作者:
评论列表
文章目录