Merge branch 'jenkins_with_weblogic' of ssh://git@192.168.240.178:18081/eapim/elink-online-common.git into jenkins_with_weblogic
This commit is contained in:
@@ -1274,8 +1274,14 @@ public class RequestProcessor extends RequestProcessorSupport {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//응답 전 표준 전문의 로직 처리 필요 한 경우를 위해 호출
|
//응답 전 표준 전문의 로직 처리 필요 한 경우를 위해 호출
|
||||||
standardManager.getMessageCoordinator().coordinateBeforeResponse(retEaiMsg.getStandardMessage(), vo, prop, inboundCharset);
|
try{
|
||||||
|
if(EAIMessageKeys.SYNC_SVC.equals(svcTsmtUsgTp) && retEaiMsg != null){
|
||||||
|
standardManager.getMessageCoordinator().coordinateBeforeResponse(retEaiMsg.getStandardMessage(), vo, prop, inboundCharset);
|
||||||
|
}
|
||||||
|
}catch(Exception e){
|
||||||
|
logger.error("coordinateBeforeResponse failed.", e);
|
||||||
|
}
|
||||||
|
|
||||||
// 10. 응답 거래로그 Logging
|
// 10. 응답 거래로그 Logging
|
||||||
if(EAIMessageKeys.SYNC_SVC.equals(svcTsmtUsgTp) &&
|
if(EAIMessageKeys.SYNC_SVC.equals(svcTsmtUsgTp) &&
|
||||||
STDMessageKeys.SEND_RECV_CD_SEND.equals(returnType) ) {
|
STDMessageKeys.SEND_RECV_CD_SEND.equals(returnType) ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user