FileDocCategorySizeDatePackage
SoapInteropCompound2BindingImpl.javaAPI DocApache Axis 1.4479Sat Apr 22 18:57:28 BST 2006test.wsdl.interop3.compound2

SoapInteropCompound2BindingImpl.java

/**
 * SoapInteropCompound2BindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis Wsdl2java emitter.
 */

package test.wsdl.interop3.compound2;


public class SoapInteropCompound2BindingImpl implements test.wsdl.interop3.compound2.SoapInteropCompound2PortType {
    public test.wsdl.interop3.compound2.xsd.Employee echoEmployee(test.wsdl.interop3.compound2.xsd.Employee xEmployee) throws java.rmi.RemoteException {
        return xEmployee;
    }

}