package cokr.xit.interfaces.sntris.prenotice; import java.rmi.Remote; import java.rmi.RemoteException; import cokr.xit.interfaces.sntris.StatusCodeWSDTO; public interface SntrPreNoticeWS extends Remote { Bu18WebReturnInfoDTO webInsertPreNoticeInfo(Bu18WebPreNoticeDTO bu18WebPreNoticeDTO_1) throws RemoteException; StatusCodeWSDTO webInsertReturnResultInfo(Bu18WebReturnResultDTO bu18WebReturnResultDTO_1) throws RemoteException; StatusCodeWSDTO webSMSResultInfo(Bu18WebSMSResultDTO bu18WebSMSResultDTO_1) throws RemoteException; }