XML -> JAXB

master
mjkhan21 12 months ago
parent ec9469b137
commit 5f5009f418

@ -14,7 +14,7 @@ import org.springframework.stereotype.Component;
import cokr.xit.base.file.FileInfo; import cokr.xit.base.file.FileInfo;
import cokr.xit.base.file.service.bean.FileBean; import cokr.xit.base.file.service.bean.FileBean;
import cokr.xit.foundation.data.XML; import cokr.xit.foundation.data.JAXB;
import cokr.xit.foundation.web.WebClient; import cokr.xit.foundation.web.WebClient;
import cokr.xit.interfaces.filejob.service.bean.FileJobBean; import cokr.xit.interfaces.filejob.service.bean.FileJobBean;
import cokr.xit.interfaces.smg.Petition; import cokr.xit.interfaces.smg.Petition;
@ -30,7 +30,7 @@ public class SmgReceiverBean extends FileJobBean {
@Resource(name = "fileBean") @Resource(name = "fileBean")
private FileBean fileBean; private FileBean fileBean;
private XML xml = new XML(config("charset")); private JAXB xml = new JAXB(config("charset"));
/** (smg-in) . /** (smg-in) .
*/ */

@ -16,7 +16,7 @@ import javax.annotation.Resource;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import cokr.xit.foundation.data.XML; import cokr.xit.foundation.data.JAXB;
import cokr.xit.foundation.web.WebClient; import cokr.xit.foundation.web.WebClient;
import cokr.xit.interfaces.filejob.service.bean.FileJobBean; import cokr.xit.interfaces.filejob.service.bean.FileJobBean;
import cokr.xit.interfaces.smg.Petition; import cokr.xit.interfaces.smg.Petition;
@ -31,7 +31,7 @@ public class SmgSenderBean extends FileJobBean {
@Resource(name = "smgMapper") @Resource(name = "smgMapper")
private SmgMapper smgMapper; private SmgMapper smgMapper;
private XML xml = new XML(config("charset")); private JAXB xml = new JAXB(config("charset"));
/** / (smg-out) . /** / (smg-out) .
*/ */

Loading…
Cancel
Save