File: RoundTrip2Test.java

package info (click to toggle)
axis 1.4-29
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 52,100 kB
  • sloc: java: 129,124; xml: 10,602; jsp: 983; sh: 84; cs: 36; makefile: 18
file content (58 lines) | stat: -rw-r--r-- 4,596 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/**
 * 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;
}