You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
622 B
15 lines
622 B
3 years ago
|
/**
|
||
|
* BizServiceAxis.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.fr.plugin.core.ws;
|
||
|
|
||
|
public interface BizServiceAxis extends java.rmi.Remote {
|
||
|
public java.lang.String checkSessionID(java.lang.String dataXML) throws java.rmi.RemoteException;
|
||
|
public java.lang.String checkSSO(java.lang.String dataXML) throws java.rmi.RemoteException;
|
||
|
public java.lang.String runBiz(java.lang.String packageName, java.lang.String unitId, java.lang.String processName, java.lang.String bizDataXML) throws java.rmi.RemoteException;
|
||
|
}
|