|
|
@ -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)을 반환한다.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|