| /** |
| * WSDLInteropTestRpcEncPortBindingImpl.java |
| * |
| * This file was auto-generated from WSDL |
| * by the Apache Axis Wsdl2java emitter. |
| */ |
| |
| package test.wsdl.interop3.rpcEnc; |
| |
| public class WSDLInteropTestRpcEncPortBindingImpl implements test.wsdl.interop3.rpcEnc.WSDLInteropTestRpcEncPortType { |
| public java.lang.String echoString(java.lang.String param0) throws java.rmi.RemoteException { |
| return param0; |
| } |
| |
| public java.lang.String[] echoStringArray(java.lang.String[] param0) throws java.rmi.RemoteException { |
| return param0; |
| } |
| |
| public test.wsdl.interop3.rpcEnc.xsd.SOAPStruct echoStruct(test.wsdl.interop3.rpcEnc.xsd.SOAPStruct param0) throws java.rmi.RemoteException { |
| return param0; |
| } |
| |
| public void echoVoid() throws java.rmi.RemoteException { |
| } |
| |
| } |