From 3c7c4a749baafcf375f4785a7668d3a25c9063e3 Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 13 Nov 2009 01:42:27 +0000 Subject: Moving 1.x trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/RemotableInterfaceTemplate.xsl | 130 --------------------- 1 file changed, 130 deletions(-) delete mode 100644 branches/sca-java-1.x/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl (limited to 'branches/sca-java-1.x/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl') diff --git a/branches/sca-java-1.x/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl b/branches/sca-java-1.x/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl deleted file mode 100644 index 43005bcdbc..0000000000 --- a/branches/sca-java-1.x/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - /** - * .java - * - * This file was auto-generated from WSDL - * by the Apache Axis2 version: #axisVersion# #today# - */ - package ; - - import org.osoa.sca.annotations.Remotable; - import org.osoa.sca.annotations.Service; - - /* - * java interface - */ - - @Remotable - @Service - public interface { - - - - - - - - - /** - * Auto generated method signatures - * @param - * @throws * - - */ - public void - ( - - , - ) throws - , , - - java.rmi.RemoteException; - - - - - - /** - * Auto generated method signature - * @param - * @throws * - - */ - - public void start( - - - , - ,final . callback) throws - , , - java.rmi.RemoteException; - - - - - - - - - /** - * Auto generated method signature - * @param - * @throws * - */ - public void - ( - - - , - - ) throws - , , - java.rmi.RemoteException; - - - - - - - // - } - - - - \ No newline at end of file -- cgit v1.2.3