You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirae-dev@ws.apache.org by da...@apache.org on 2005/02/09 06:36:10 UTC

svn commit: r153026 - in webservices/mirae/trunk/samples/rpcsamples/student/example8: ArrayOf_xsd_string.java Student.java StudentOpIF.java StudentOpStub.java

Author: damitha
Date: Tue Feb  8 21:36:07 2005
New Revision: 153026

URL: http://svn.apache.org/viewcvs?view=rev&rev=153026
Log:
apache licence was addedto the samples

Modified:
    webservices/mirae/trunk/samples/rpcsamples/student/example8/ArrayOf_xsd_string.java
    webservices/mirae/trunk/samples/rpcsamples/student/example8/Student.java
    webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpIF.java
    webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpStub.java

Modified: webservices/mirae/trunk/samples/rpcsamples/student/example8/ArrayOf_xsd_string.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/student/example8/ArrayOf_xsd_string.java?view=diff&r1=153025&r2=153026
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/student/example8/ArrayOf_xsd_string.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/student/example8/ArrayOf_xsd_string.java Tue Feb  8 21:36:07 2005
@@ -1,11 +1,29 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package example8;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
+
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class ArrayOf_xsd_string  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class ArrayOf_xsd_string  implements org.apache.mirae.xml.rpc.InOutParameter{
 	public ArrayOf_xsd_string(){
 		obj=new java.util.Vector();
 	}

Modified: webservices/mirae/trunk/samples/rpcsamples/student/example8/Student.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/student/example8/Student.java?view=diff&r1=153025&r2=153026
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/student/example8/Student.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/student/example8/Student.java Tue Feb  8 21:36:07 2005
@@ -1,11 +1,29 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package example8;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
+
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class Student  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class Student  implements org.apache.mirae.xml.rpc.InOutParameter{
 	private java.util.Vector obj;
 	
 private org.apache.mirae.xml.rpc.InOutParameter childObj;	private java.lang.String name;

Modified: webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpIF.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpIF.java?view=diff&r1=153025&r2=153026
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpIF.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpIF.java Tue Feb  8 21:36:07 2005
@@ -1,9 +1,25 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package example8;
+
 /*This interface is automatically generated by 
 *WSDL2WS_J2ME tool
 *The client side representation of the web service. 
 */
-
 public interface StudentOpIF   {
 	public java.lang.String getStudentDetail(java.lang.String param0)throws Exception;
 	public example8.Student getStudentObj(java.lang.String param0)throws Exception;

Modified: webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpStub.java?view=diff&r1=153025&r2=153026
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpStub.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/student/example8/StudentOpStub.java Tue Feb  8 21:36:07 2005
@@ -1,9 +1,25 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package example8;
+
 /*This class is automatically generated by 
 *WSDL2WS_J2ME tool
 *The client side stub of the web service. 
 */
-
 public class StudentOpStub implements example8.StudentOpIF{
 
 	private java.lang.String enduri;