You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
548 B
Java
14 lines
548 B
Java
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;
|
|
} |