File: ComplexTypeExtensionsBindingImpl.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 (57 lines) | stat: -rw-r--r-- 2,861 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
/**
 * ComplexTypeExtensionsBindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package test.wsdl.interop5.complextype;

public class ComplexTypeExtensionsBindingImpl implements test.wsdl.interop5.complextype.ComplexTypeExtensionsPortType{
    public void echoBaseType_1(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException {
    }

    public void echoBaseType_2(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException {
    }

    public void echoBaseType_3(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException {
    }

    public void echoBaseType_4(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException {
    }

    public void echoBaseType_5(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException {
    }

    public void echoL1DerivedType_1(test.wsdl.interop5.complextype.types.holders.L1DerivedTypeHolder param) throws java.rmi.RemoteException {
    }

    public void echoL1DerivedType_2(test.wsdl.interop5.complextype.types.holders.L1DerivedTypeHolder param) throws java.rmi.RemoteException {
    }

    public void echoL2DerivedType1_1(test.wsdl.interop5.complextype.types.holders.L2DerivedType1Holder param) throws java.rmi.RemoteException {
    }

    public test.wsdl.interop5.complextype.types.BaseType echoL1DerivedTypeAsBaseType(test.wsdl.interop5.complextype.types.L1DerivedType param) throws java.rmi.RemoteException {
        test.wsdl.interop5.complextype.types.BaseType output = new test.wsdl.interop5.complextype.types.BaseType();
        output.setBaseTypeMember1(param.getBaseTypeMember1());
        output.setBaseTypeMember2(param.getBaseTypeMember2());
        return output;
    }

    public test.wsdl.interop5.complextype.types.BaseType echoL2DerivedType1AsBaseType(test.wsdl.interop5.complextype.types.L2DerivedType1 param) throws java.rmi.RemoteException {
        test.wsdl.interop5.complextype.types.BaseType output = new test.wsdl.interop5.complextype.types.BaseType();
        output.setBaseTypeMember1(param.getBaseTypeMember1());
        output.setBaseTypeMember2(param.getBaseTypeMember2());
        return output;
    }

    public test.wsdl.interop5.complextype.types.L1DerivedType echoBaseTypeAsL1DerivedType(test.wsdl.interop5.complextype.types.BaseType param) throws java.rmi.RemoteException {
        return (test.wsdl.interop5.complextype.types.L1DerivedType)param;
    }

    public test.wsdl.interop5.complextype.types.L2DerivedType1 echoBaseTypeAsL2DerivedType1(test.wsdl.interop5.complextype.types.BaseType param) throws java.rmi.RemoteException {
        return (test.wsdl.interop5.complextype.types.L2DerivedType1)param;
    }

}