no message
parent
dde1d7c43c
commit
7c53a26fb9
@ -0,0 +1,15 @@
|
|||||||
|
package com.engine.tjbankSocket.impl;
|
||||||
|
|
||||||
|
import com.engine.tjbankSocket.SocketExecute;
|
||||||
|
import com.engine.util.XMLUtils;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
public class CWGLSocketExecute implements SocketExecute {
|
||||||
|
@Override
|
||||||
|
public String execute(String param) {
|
||||||
|
Map<String, String> paramMap = XMLUtils.parseXMLToMap(param);
|
||||||
|
paramMap.get("");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Loading…
Reference in New Issue