⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adaptiveinterfacebindingimpl.java

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 JAVA
字号:
/** * AdaptiveInterfaceBindingImpl.java * * This file was auto-generated from WSDL * by the Apache Axis WSDL2Java emitter. */package test.wsdl.adaptive;import test.wsdl.adaptive.types.internal.Vector;public class AdaptiveInterfaceBindingImpl implements test.wsdl.adaptive.AdaptiveInterface{    public java.lang.String getServiceDescription() throws java.rmi.RemoteException {        return null;    }    public test.wsdl.adaptive.types.ResourceInfo[] rankResources(test.wsdl.adaptive.types.ResourceInfo[] arrayOfResourceInfo_1, test.wsdl.adaptive.types.ApplicationInfo applicationInfo_2) throws java.rmi.RemoteException {        test.wsdl.adaptive.types.ResourceInfo[] resources = new test.wsdl.adaptive.types.ResourceInfo[1];        resources[0] = new test.wsdl.adaptive.types.ResourceInfo();        resources[0].setId("Adaptive #1");        test.wsdl.adaptive.types.internal.Vector v = new test.wsdl.adaptive.types.internal.Vector();        v.setCollection(new String[]{"A","B","C"});        resources[0].setProperties(v);        return resources;    }    public int[] estimateTransferTime(boolean boolean_1, test.wsdl.adaptive.types.ResourceInfo resourceInfo_2, test.wsdl.adaptive.types.ResourceInfo[] arrayOfResourceInfo_3, long long_4, java.util.Calendar calendar_5) throws java.rmi.RemoteException {        return null;    }    public void logDataTransfer(test.wsdl.adaptive.types.ResourceInfo resourceInfo_1, test.wsdl.adaptive.types.ResourceInfo resourceInfo_2, long long_3, java.util.Calendar calendar_4, java.util.Calendar calendar_5) throws java.rmi.RemoteException {    }    public java.lang.String estimateUsage(boolean boolean_1, test.wsdl.adaptive.types.ResourceInfo resourceInfo_2, java.lang.String string_3, int int_4, java.util.Calendar calendar_5, java.util.Calendar calendar_6) throws java.rmi.RemoteException {        return null;    }    public java.lang.String[][] estimateMultipleUsage(boolean boolean_1, test.wsdl.adaptive.types.ResourceInfo[] arrayOfResourceInfo_2, java.lang.String[] arrayOfString_3, int int_4, java.util.Calendar calendar_5, java.util.Calendar calendar_6) throws java.rmi.RemoteException {        return null;    }    public java.lang.String[][] estimateNetworkGraph(boolean boolean_1, test.wsdl.adaptive.types.ResourceInfo[] arrayOfResourceInfo_2, int int_3, java.util.Calendar calendar_4, java.util.Calendar calendar_5) throws java.rmi.RemoteException {        return null;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -