gdaniels 02/02/27 15:00:15
Added: java/test/wsdl/interop3/compound1
SoapInteropCompound1BindingImpl.java
Log:
Add compound1 implementation
Revision Changes Path
1.1
xml-axis/java/test/wsdl/interop3/compound1/SoapInteropCompound1BindingImpl.java
Index: SoapInteropCompound1BindingImpl.java
===================================================================
/**
* SoapInteropCompound1BindingImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis Wsdl2java emitter.
*/
package test.wsdl.interop3.compound1;
public class SoapInteropCompound1BindingImpl implements
test.wsdl.interop3.compound1.SoapInteropCompound1Binding {
public test.wsdl.interop3.compound1.xsd.Person
echoPerson(test.wsdl.interop3.compound1.xsd.Person xPerson) throws
java.rmi.RemoteException {
return xPerson;
}
public test.wsdl.interop3.compound1.xsd.Document
echoDocument(test.wsdl.interop3.compound1.xsd.Document xDocument) throws
java.rmi.RemoteException {
return xDocument;
}
}