WSWebServiceProvideFacadeSrvProxy.java 774 B

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