x-loan-token 추가
This commit is contained in:
@@ -8,4 +8,5 @@ public interface TransactionContextKeys {
|
|||||||
public static final String GUID = "GUID";
|
public static final String GUID = "GUID";
|
||||||
public static final String INTERFACE_ID = "INTERFACE_ID";
|
public static final String INTERFACE_ID = "INTERFACE_ID";
|
||||||
public static final String TRANSACTION_UUID = "TRANSACTION_UUID";
|
public static final String TRANSACTION_UUID = "TRANSACTION_UUID";
|
||||||
|
public static final String X_LOAN_TOKEN = "X-LOAN-TOKEN";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -444,7 +444,8 @@ public class RESTProcess extends HTTPProcess {
|
|||||||
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceKey.GUID); // jwhong
|
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceKey.GUID); // jwhong
|
||||||
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceKey.INBOUND_TOKEN); // jwhong
|
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceKey.INBOUND_TOKEN); // jwhong
|
||||||
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceSupport.PROPERTIES_NAME_CLIENT_ID); // jwhong
|
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceSupport.PROPERTIES_NAME_CLIENT_ID); // jwhong
|
||||||
|
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, TransactionContextKeys.X_LOAN_TOKEN);
|
||||||
|
|
||||||
String svcName = getServiceId(this.reqEaiMsg);
|
String svcName = getServiceId(this.reqEaiMsg);
|
||||||
if (svcName == null) {
|
if (svcName == null) {
|
||||||
svcName = "";
|
svcName = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user