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

📄 roundtrip2test.java

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 JAVA
字号:
/** * RoundTrip2Test.java * * This file was auto-generated from WSDL * by the Apache Axis 1.2RC3 Feb 19, 2005 (03:03:59 EST) WSDL2Java emitter. */package test.wsdl.roundtrip2;public interface RoundTrip2Test extends java.rmi.Remote {    public boolean booleanTest(boolean v) throws java.rmi.RemoteException;    public java.lang.Boolean wrapperBooleanTest(java.lang.Boolean v) throws java.rmi.RemoteException;    public byte byteTest(byte v) throws java.rmi.RemoteException;    public java.lang.Byte wrapperByteTest(java.lang.Byte v) throws java.rmi.RemoteException;    public short shortTest(short v) throws java.rmi.RemoteException;    public java.lang.Short wrapperShortTest(java.lang.Short v) throws java.rmi.RemoteException;    public int intTest(int v) throws java.rmi.RemoteException;    public java.lang.Integer wrapperIntegerTest(java.lang.Integer v) throws java.rmi.RemoteException;    public long longTest(long v) throws java.rmi.RemoteException;    public java.lang.Long wrapperLongTest(java.lang.Long v) throws java.rmi.RemoteException;    public float floatTest(float v) throws java.rmi.RemoteException;    public java.lang.Float wrapperFloatTest(java.lang.Float v) throws java.rmi.RemoteException;    public double doubleTest(double v) throws java.rmi.RemoteException;    public java.lang.Double wrapperDoubleTest(java.lang.Double v) throws java.rmi.RemoteException;    public boolean[] booleanArrayTest(boolean[] v) throws java.rmi.RemoteException;    public byte[] byteArrayTest(byte[] v) throws java.rmi.RemoteException;    public short[] shortArrayTest(short[] v) throws java.rmi.RemoteException;    public int[] intArrayTest(int[] v) throws java.rmi.RemoteException;    public long[] longArrayTest(long[] v) throws java.rmi.RemoteException;    public float[] floatArrayTest(float[] v) throws java.rmi.RemoteException;    public double[] doubleArrayTest(double[] v) throws java.rmi.RemoteException;    public java.lang.Boolean[] wrapperBooleanArrayTest(java.lang.Boolean[] v) throws java.rmi.RemoteException;    public java.lang.Byte[] wrapperByteArrayTest(java.lang.Byte[] v) throws java.rmi.RemoteException;    public java.lang.Short[] wrapperShortArrayTest(java.lang.Short[] v) throws java.rmi.RemoteException;    public java.lang.Integer[] wrapperIntArrayTest(java.lang.Integer[] v) throws java.rmi.RemoteException;    public java.lang.Long[] wrapperLongArrayTest(java.lang.Long[] v) throws java.rmi.RemoteException;    public java.lang.Float[] wrapperFloatArrayTest(java.lang.Float[] v) throws java.rmi.RemoteException;    public java.lang.Double[] wrapperDoubleArrayTest(java.lang.Double[] v) throws java.rmi.RemoteException;    public boolean[][] booleanMultiArrayTest(boolean[][] v) throws java.rmi.RemoteException;    public byte[][] byteMultiArrayTest(byte[][] v) throws java.rmi.RemoteException;    public short[][] shortMultiArrayTest(short[][] v) throws java.rmi.RemoteException;    public int[][] intMultiArrayTest(int[][] v) throws java.rmi.RemoteException;    public long[][] longMultiArrayTest(long[][] v) throws java.rmi.RemoteException;    public float[][] floatMultiArrayTest(float[][] v) throws java.rmi.RemoteException;    public double[][] doubleMultiArrayTest(double[][] v) throws java.rmi.RemoteException;    public java.lang.String stringTest(java.lang.String v) throws java.rmi.RemoteException;    public java.lang.String[] stringArrayTest(java.lang.String[] v) throws java.rmi.RemoteException;    public java.lang.String[][] stringMultiArrayTest(java.lang.String[][] v) throws java.rmi.RemoteException;    public java.util.Calendar calendarTest(java.util.Calendar v) throws java.rmi.RemoteException;    public java.util.Calendar[] calendarArrayTest(java.util.Calendar[] v) throws java.rmi.RemoteException;    public java.util.Calendar[][] calendarMultiArrayTest(java.util.Calendar[][] v) throws java.rmi.RemoteException;    public java.math.BigInteger bigIntegerTest(java.math.BigInteger v) throws java.rmi.RemoteException;    public java.math.BigInteger[] bigIntegerArrayTest(java.math.BigInteger[] v) throws java.rmi.RemoteException;    public java.math.BigInteger[][] bigIntegerMultiArrayTest(java.math.BigInteger[][] v) throws java.rmi.RemoteException;    public java.math.BigDecimal bigDecimalTest(java.math.BigDecimal v) throws java.rmi.RemoteException;    public java.math.BigDecimal[] bigDecimalArrayTest(java.math.BigDecimal[] v) throws java.rmi.RemoteException;    public java.math.BigDecimal[][] bigDecimalMultiArrayTest(java.math.BigDecimal[][] v) throws java.rmi.RemoteException;}

⌨️ 快捷键说明

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