1 /**2 * RoundTrip2Test.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2RC3 Feb 19, 2005 (03:03:59 EST) WSDL2Java emitter.6 */7 8 package test.wsdl.roundtrip2;9 10 public interface RoundTrip2Test extends java.rmi.Remote {11 public boolean booleanTest(boolean v) throws java.rmi.RemoteException ;12 public java.lang.Boolean wrapperBooleanTest(java.lang.Boolean v) throws java.rmi.RemoteException ;13 public byte byteTest(byte v) throws java.rmi.RemoteException ;14 public java.lang.Byte wrapperByteTest(java.lang.Byte v) throws java.rmi.RemoteException ;15 public short shortTest(short v) throws java.rmi.RemoteException ;16 public java.lang.Short wrapperShortTest(java.lang.Short v) throws java.rmi.RemoteException ;17 public int intTest(int v) throws java.rmi.RemoteException ;18 public java.lang.Integer wrapperIntegerTest(java.lang.Integer v) throws java.rmi.RemoteException ;19 public long longTest(long v) throws java.rmi.RemoteException ;20 public java.lang.Long wrapperLongTest(java.lang.Long v) throws java.rmi.RemoteException ;21 public float floatTest(float v) throws java.rmi.RemoteException ;22 public java.lang.Float wrapperFloatTest(java.lang.Float v) throws java.rmi.RemoteException ;23 public double doubleTest(double v) throws java.rmi.RemoteException ;24 public java.lang.Double wrapperDoubleTest(java.lang.Double v) throws java.rmi.RemoteException ;25 public boolean[] booleanArrayTest(boolean[] v) throws java.rmi.RemoteException ;26 public byte[] byteArrayTest(byte[] v) throws java.rmi.RemoteException ;27 public short[] shortArrayTest(short[] v) throws java.rmi.RemoteException ;28 public int[] intArrayTest(int[] v) throws java.rmi.RemoteException ;29 public long[] longArrayTest(long[] v) throws java.rmi.RemoteException ;30 public float[] floatArrayTest(float[] v) throws java.rmi.RemoteException ;31 public double[] doubleArrayTest(double[] v) throws java.rmi.RemoteException ;32 public java.lang.Boolean [] wrapperBooleanArrayTest(java.lang.Boolean [] v) throws java.rmi.RemoteException ;33 public java.lang.Byte [] wrapperByteArrayTest(java.lang.Byte [] v) throws java.rmi.RemoteException ;34 public java.lang.Short [] wrapperShortArrayTest(java.lang.Short [] v) throws java.rmi.RemoteException ;35 public java.lang.Integer [] wrapperIntArrayTest(java.lang.Integer [] v) throws java.rmi.RemoteException ;36 public java.lang.Long [] wrapperLongArrayTest(java.lang.Long [] v) throws java.rmi.RemoteException ;37 public java.lang.Float [] wrapperFloatArrayTest(java.lang.Float [] v) throws java.rmi.RemoteException ;38 public java.lang.Double [] wrapperDoubleArrayTest(java.lang.Double [] v) throws java.rmi.RemoteException ;39 public boolean[][] booleanMultiArrayTest(boolean[][] v) throws java.rmi.RemoteException ;40 public byte[][] byteMultiArrayTest(byte[][] v) throws java.rmi.RemoteException ;41 public short[][] shortMultiArrayTest(short[][] v) throws java.rmi.RemoteException ;42 public int[][] intMultiArrayTest(int[][] v) throws java.rmi.RemoteException ;43 public long[][] longMultiArrayTest(long[][] v) throws java.rmi.RemoteException ;44 public float[][] floatMultiArrayTest(float[][] v) throws java.rmi.RemoteException ;45 public double[][] doubleMultiArrayTest(double[][] v) throws java.rmi.RemoteException ;46 public java.lang.String stringTest(java.lang.String v) throws java.rmi.RemoteException ;47 public java.lang.String [] stringArrayTest(java.lang.String [] v) throws java.rmi.RemoteException ;48 public java.lang.String [][] stringMultiArrayTest(java.lang.String [][] v) throws java.rmi.RemoteException ;49 public java.util.Calendar calendarTest(java.util.Calendar v) throws java.rmi.RemoteException ;50 public java.util.Calendar [] calendarArrayTest(java.util.Calendar [] v) throws java.rmi.RemoteException ;51 public java.util.Calendar [][] calendarMultiArrayTest(java.util.Calendar [][] v) throws java.rmi.RemoteException ;52 public java.math.BigInteger bigIntegerTest(java.math.BigInteger v) throws java.rmi.RemoteException ;53 public java.math.BigInteger [] bigIntegerArrayTest(java.math.BigInteger [] v) throws java.rmi.RemoteException ;54 public java.math.BigInteger [][] bigIntegerMultiArrayTest(java.math.BigInteger [][] v) throws java.rmi.RemoteException ;55 public java.math.BigDecimal bigDecimalTest(java.math.BigDecimal v) throws java.rmi.RemoteException ;56 public java.math.BigDecimal [] bigDecimalArrayTest(java.math.BigDecimal [] v) throws java.rmi.RemoteException ;57 public java.math.BigDecimal [][] bigDecimalMultiArrayTest(java.math.BigDecimal [][] v) throws java.rmi.RemoteException ;58 }59