File: Schema2ServiceSoapBindingImpl.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 (74 lines) | stat: -rw-r--r-- 2,623 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/**
 * Schema2ServiceSoapBindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2RC2 Jan 14, 2005 (05:38:50 EST) WSDL2Java emitter.
 */

package test.wsdl.schema2;

public class Schema2ServiceSoapBindingImpl implements test.wsdl.schema2.Schema2Test{
    public java.lang.String echoLanguageTypeTest(java.lang.String languageElem) throws java.rmi.RemoteException {
        return languageElem;
    }

    public java.lang.String echoTokenTypeTest(java.lang.String tokenElem) throws java.rmi.RemoteException {
        return tokenElem;
    }

    public java.lang.String echoNameTypeTest(java.lang.String nameElem) throws java.rmi.RemoteException {
        return nameElem;
    }

    public java.lang.String echoNCNameTypeTest(java.lang.String NCNameElem) throws java.rmi.RemoteException {
        return NCNameElem;
    }

    public java.lang.String echoIDTypeTest(java.lang.String IDElem) throws java.rmi.RemoteException {
        return IDElem;
    }

    public int echoUnsignedShortTest(int unsignedShort) throws java.rmi.RemoteException {
        return unsignedShort;
    }

    public long echoUnsignedIntTest(long unsignedInt) throws java.rmi.RemoteException {
        return unsignedInt;
    }

    public short echoUnsignedByteTest(short unsignedByte) throws java.rmi.RemoteException {
        return unsignedByte;
    }

    public java.math.BigInteger echoUnsignedLongTest(java.math.BigInteger unsignedLong) throws java.rmi.RemoteException {
        return unsignedLong;
    }

    public java.math.BigInteger echoNonPositiveIntegerTest(java.math.BigInteger nonPositiveInteger) throws java.rmi.RemoteException {
        return nonPositiveInteger;
    }

    public java.math.BigInteger echoNonNegativeIntegerTest(java.math.BigInteger nonNegativeInteger) throws java.rmi.RemoteException {
        return nonNegativeInteger;
    }

    public java.math.BigInteger echoPositiveIntegerTest(java.math.BigInteger positiveInteger) throws java.rmi.RemoteException {
        return positiveInteger;
    }

    public java.math.BigInteger echoNegativeIntegerTest(java.math.BigInteger negativeInteger) throws java.rmi.RemoteException {
        return negativeInteger;
    }

    public java.util.Calendar echoTimeTest(java.util.Calendar time) throws java.rmi.RemoteException {
        return time;
    }

    public java.util.Calendar echoDateTest(java.util.Calendar date) throws java.rmi.RemoteException {
        return date;
    }

    public test.wsdl.schema2.Document echoDocument(test.wsdl.schema2.Document document) throws java.rmi.RemoteException {
        return document;
    }
}