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:33:38 UTC

svn commit: r153025 - in webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point: ArrayOf_xsd_int.java Point.java PointIF.java PointStub.java

Author: damitha
Date: Tue Feb  8 21:33:35 2005
New Revision: 153025

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

Modified:
    webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/ArrayOf_xsd_int.java
    webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/Point.java
    webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointIF.java
    webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointStub.java

Modified: webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/ArrayOf_xsd_int.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/ArrayOf_xsd_int.java?view=diff&r1=153024&r2=153025
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/ArrayOf_xsd_int.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/ArrayOf_xsd_int.java Tue Feb  8 21:33:35 2005
@@ -1,6 +1,23 @@
+/*
+ * 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 ws_mobile_point;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
+
 /**
  * <p>This class is genarated by the tool WSDL2Ws.
  * It take care of the serialization and the desirialization of

Modified: webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/Point.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/Point.java?view=diff&r1=153024&r2=153025
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/Point.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/Point.java Tue Feb  8 21:33:35 2005
@@ -1,6 +1,23 @@
+/*
+ * 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 ws_mobile_point;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
+
 /**
  * <p>This class is genarated by the tool WSDL2Ws.
  * It take care of the serialization and the desirialization of

Modified: webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointIF.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointIF.java?view=diff&r1=153024&r2=153025
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointIF.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointIF.java Tue Feb  8 21:33:35 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 ws_mobile_point;
+
 /*This interface is automatically generated by 
 *WS_Mobile client service generator
 *The client side representation of the web service. 
 */
-
 public interface PointIF   {
 	public java.lang.String getName(java.lang.String param0,java.lang.String param1)throws Exception;
 	public int add(int param0,int param1)throws Exception;

Modified: webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointStub.java?view=diff&r1=153024&r2=153025
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointStub.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/point/ws_mobile_point/PointStub.java Tue Feb  8 21:33:35 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 ws_mobile_point;
+
 /*This class is automatically generated by 
 *WS_Mobile client stub generator
 *The client side stub of the web service. 
 */
-
 public class PointStub implements ws_mobile_point.PointIF{
 
 	private java.lang.String enduri;