blob: 35f6c0206f6d66307e87833daf1f52f40b487e77 [file]
package test.wsdl.webref;
/**
* Test the wsdl2java option implementationClassName
*
* @author Mans Tanneryd (mans@tanneryd.com)
*/
public class DoubleBack
{
public String echo(String message)
{
return message+message;
}
}