修改名字一致性
This commit is contained in:
@@ -16,7 +16,7 @@ import com.gzzn.omms.msgexchangeapi.exception.ExchangeServiceException;
|
||||
public class ExchangeServiceImpl implements IExchangeService {
|
||||
|
||||
@Override
|
||||
public String xmlToJson(String xml) throws ExchangeServiceException {
|
||||
public String xmlstrToJson(String xml) throws ExchangeServiceException {
|
||||
try {
|
||||
Map map;
|
||||
ObjectMapper xmlMapper = new XmlMapper();
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.gzzn.omms.msgexchangeapi.exception.ExchangeServiceException;
|
||||
*
|
||||
*/
|
||||
public interface IExchangeService {
|
||||
public String xmlToJson(String xml) throws ExchangeServiceException;
|
||||
public String xmlstrToJson(String xml) throws ExchangeServiceException;
|
||||
public <T> T xmlstrToObject(String xml,Class<T> valueType) throws ExchangeServiceException;
|
||||
public String objectToXmlstr(Object object) throws ExchangeServiceException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user