개발서버에 push위해
This commit is contained in:
+1
-1
@@ -862,7 +862,7 @@ public class HttpClient5AdapterServiceRest extends HttpClient5AdapterServiceSupp
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// from here by jwhong
|
// from here by jwhong
|
||||||
private String doOutboundPreFilter(Object eaiBody, String adapterName, String niceAuth) {
|
private String doOutboundPreFilter(Object eaiBody, String adapterName, String niceAuth) {
|
||||||
|
|
||||||
Properties properties = AdapterPropManager.getInstance().getProperties(adapterName); // jwhong
|
Properties properties = AdapterPropManager.getInstance().getProperties(adapterName); // jwhong
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package com.eactive.eai.adapter.http.dynamic;
|
package com.eactive.eai.adapter.http.dynamic;
|
||||||
|
|
||||||
public interface HttpAdapterServiceKey {
|
public interface HttpAdapterServiceKey {
|
||||||
// URL 파리미터 DEFAULT 이름
|
// URL 파리미터 DEFAULT 이름
|
||||||
static final String PARAMETER_MESSAGE = "_message_";
|
static final String PARAMETER_MESSAGE = "_message_";
|
||||||
|
|
||||||
// URL 파리미터 이름
|
// URL 파리미터 이름
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
package com.eactive.eai.authoutbound.client.impl;
|
package com.eactive.eai.authoutbound.client.impl;
|
||||||
|
|
||||||
import com.eactive.eai.adapter.AdapterGroupVO;
|
import com.eactive.eai.adapter.AdapterGroupVO;
|
||||||
import com.eactive.eai.adapter.AdapterManager;
|
import com.eactive.eai.adapter.AdapterManager;
|
||||||
import com.eactive.eai.adapter.http.client.HttpClientAdapterServiceKey;
|
import com.eactive.eai.adapter.http.client.HttpClientAdapterServiceKey;
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ import com.ext.eai.common.stdmessage.STDMessageKeys;
|
|||||||
// safeDB
|
// safeDB
|
||||||
import com.eactive.ext.kjb.safedb.KjbSafedbWrapper;
|
import com.eactive.ext.kjb.safedb.KjbSafedbWrapper;
|
||||||
import com.eactive.ext.kjb.safedb.Utils;
|
import com.eactive.ext.kjb.safedb.Utils;
|
||||||
// until here
|
// until here
|
||||||
|
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
package com.eactive.eai.common.util;
|
package com.eactive.eai.common.util;
|
||||||
|
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ import org.json.simple.JSONObject;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
//import org.apache.commons.lang3.StringUtils;
|
//import org.apache.commons.lang3.StringUtils;
|
||||||
//import org.springframework.http.HttpStatus;
|
//import org.springframework.http.HttpStatus;
|
||||||
|
|
||||||
//import java.util.Calendar;
|
//import java.util.Calendar;
|
||||||
//import java.util.Properties;
|
//import java.util.Properties;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
package com.eactive.eai.outbound;
|
package com.eactive.eai.outbound;
|
||||||
|
|
||||||
import java.net.SocketTimeoutException;
|
import java.net.SocketTimeoutException;
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user