FileDocCategorySizeDatePackage
RoundTrip2SoapBindingImpl.javaAPI DocApache Axis 1.410440Sat Apr 22 18:57:26 BST 2006test.wsdl.roundtrip2

RoundTrip2SoapBindingImpl

public class RoundTrip2SoapBindingImpl extends Object implements test.wsdl.roundtrip2.RoundTrip2Test

Fields Summary
Constructors Summary
Methods Summary
public java.math.BigDecimal[]bigDecimalArrayTest(java.math.BigDecimal[] v)
Method bigDecimalArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.math.BigDecimal[][]bigDecimalMultiArrayTest(java.math.BigDecimal[][] v)
Method bigDecimalMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.math.BigDecimalbigDecimalTest(java.math.BigDecimal v)
Method bigDecimalTest

param
v
return
throws
RemoteException

        return v;
    
public java.math.BigInteger[]bigIntegerArrayTest(java.math.BigInteger[] v)
Method bigIntegerArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.math.BigInteger[][]bigIntegerMultiArrayTest(java.math.BigInteger[][] v)
Method bigIntegerMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.math.BigIntegerbigIntegerTest(java.math.BigInteger v)
Method bigIntegerTest

param
v
return
throws
RemoteException

        return v;
    
public boolean[]booleanArrayTest(boolean[] v)
Method booleanArrayTest

param
v
return
throws
RemoteException

        return v;
    
public boolean[][]booleanMultiArrayTest(boolean[][] v)
Method booleanMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public booleanbooleanTest(boolean v)
Method booleanTest

param
v
return
throws
RemoteException

        return v;
    
public byte[]byteArrayTest(byte[] v)
Method byteArrayTest

param
v
return
throws
RemoteException

        return v;
    
public byte[][]byteMultiArrayTest(byte[][] v)
Method byteMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public bytebyteTest(byte v)
Method byteTest

param
v
return
throws
RemoteException

        return v;
    
public java.util.Calendar[]calendarArrayTest(java.util.Calendar[] v)
Method calendarArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.util.Calendar[][]calendarMultiArrayTest(java.util.Calendar[][] v)
Method calendarMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.util.CalendarcalendarTest(java.util.Calendar v)
Method calendarTest

param
v
return
throws
RemoteException

        return v;
    
public double[]doubleArrayTest(double[] v)
Method doubleArrayTest

param
v
return
throws
RemoteException

        return v;
    
public double[][]doubleMultiArrayTest(double[][] v)
Method doubleMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public doubledoubleTest(double v)
Method doubleTest

param
v
return
throws
RemoteException

        return v;
    
public float[]floatArrayTest(float[] v)
Method floatArrayTest

param
v
return
throws
RemoteException

        return v;
    
public float[][]floatMultiArrayTest(float[][] v)
Method floatMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public floatfloatTest(float v)
Method floatTest

param
v
return
throws
RemoteException

        return v;
    
public int[]intArrayTest(int[] v)
Method intArrayTest

param
v
return
throws
RemoteException

        return v;
    
public int[][]intMultiArrayTest(int[][] v)
Method intMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public intintTest(int v)
Method intTest

param
v
return
throws
RemoteException

        return v;
    
public long[]longArrayTest(long[] v)
Method longArrayTest

param
v
return
throws
RemoteException

        return v;
    
public long[][]longMultiArrayTest(long[][] v)
Method longMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public longlongTest(long v)
Method longTest

param
v
return
throws
RemoteException

        return v;
    
public short[]shortArrayTest(short[] v)
Method shortArrayTest

param
v
return
throws
RemoteException

        return v;
    
public short[][]shortMultiArrayTest(short[][] v)
Method shortMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public shortshortTest(short v)
Method shortTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.String[]stringArrayTest(java.lang.String[] v)
Method stringArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.String[][]stringMultiArrayTest(java.lang.String[][] v)
Method stringMultiArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.StringstringTest(java.lang.String v)
Method stringTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.Boolean[]wrapperBooleanArrayTest(java.lang.Boolean[] v)
Method wrapperBooleanArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.BooleanwrapperBooleanTest(java.lang.Boolean v)
Method wrapperBooleanTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.Byte[]wrapperByteArrayTest(java.lang.Byte[] v)
Method wrapperByteArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.BytewrapperByteTest(java.lang.Byte v)
Method wrapperByteTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.Double[]wrapperDoubleArrayTest(java.lang.Double[] v)
Method wrapperDoubleArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.DoublewrapperDoubleTest(java.lang.Double v)
Method wrapperDoubleTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.Float[]wrapperFloatArrayTest(java.lang.Float[] v)
Method wrapperFloatArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.FloatwrapperFloatTest(java.lang.Float v)
Method wrapperFloatTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.Integer[]wrapperIntArrayTest(java.lang.Integer[] v)
Method wrapperIntArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.IntegerwrapperIntegerTest(java.lang.Integer v)
Method wrapperIntegerTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.Long[]wrapperLongArrayTest(java.lang.Long[] v)
Method wrapperLongArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.LongwrapperLongTest(java.lang.Long v)
Method wrapperLongTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.Short[]wrapperShortArrayTest(java.lang.Short[] v)
Method wrapperShortArrayTest

param
v
return
throws
RemoteException

        return v;
    
public java.lang.ShortwrapperShortTest(java.lang.Short v)
Method wrapperShortTest

param
v
return
throws
RemoteException

        return v;