From 3ac2d800d840f03618fc364090d786effde84b1f Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:13:16 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835142 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/RemotableInterfaceTemplate.xsl | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-20080910/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl (limited to 'sca-java-1.x/branches/sca-java-20080910/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl') diff --git a/sca-java-1.x/branches/sca-java-20080910/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl b/sca-java-1.x/branches/sca-java-20080910/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl new file mode 100644 index 0000000000..43005bcdbc --- /dev/null +++ b/sca-java-1.x/branches/sca-java-20080910/tools/wsdl2java/src/main/resources/RemotableInterfaceTemplate.xsl @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + /** + * .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