| 123456789101112131415 |
- /**
- * WSWebServiceProvideFacadeSrvProxy.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
- */
- package com.malk.ruisi.services.WSWebServiceProvideFacade;
- public interface WSWebServiceProvideFacadeSrvProxy extends java.rmi.Remote {
- public String updateReceiveDatas(com.malk.ruisi.client.WSReceive model) throws java.rmi.RemoteException, com.malk.ruisi.client.WSInvokeException;
- public String confirmOrReturn(boolean isOk, String msg, String key, String bussinessType) throws java.rmi.RemoteException, com.malk.ruisi.client.WSInvokeException;
- public String uploadIncomeDatas(com.malk.ruisi.client.WSIncome model) throws java.rmi.RemoteException, com.malk.ruisi.client.WSInvokeException;
- }
|