Author: rfeng
Date: Wed Apr 2 17:27:47 2008
New Revision: 644119
URL: http://svn.apache.org/viewvc?rev=644119&view=rev
Log:
Add ASL headers to the generated code (These classes can be potentially
generated in the maven build)
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCode.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCodeResponse.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCity.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCityResponse.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByState.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByStateResponse.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIP.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIPResponse.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/ObjectFactory.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZip.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZipSoap.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/package-info.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ArrayOfWeatherData.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceName.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceNameResponse.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCode.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCodeResponse.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ObjectFactory.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherData.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecast.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecastSoap.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecasts.java
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/package-info.java
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCode.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCode.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCode.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCode.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCodeResponse.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCodeResponse.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCodeResponse.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByAreaCodeResponse.java
Wed Apr 2 17:27:47 2008
@@ -1,8 +1,26 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import java.util.ArrayList;
import java.util.List;
+
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCity.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCity.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCity.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCity.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCityResponse.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCityResponse.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCityResponse.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByCityResponse.java
Wed Apr 2 17:27:47 2008
@@ -1,8 +1,26 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import java.util.ArrayList;
import java.util.List;
+
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByState.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByState.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByState.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByState.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByStateResponse.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByStateResponse.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByStateResponse.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByStateResponse.java
Wed Apr 2 17:27:47 2008
@@ -1,8 +1,26 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import java.util.ArrayList;
import java.util.List;
+
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIP.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIP.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIP.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIP.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIPResponse.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIPResponse.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIPResponse.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/GetInfoByZIPResponse.java
Wed Apr 2 17:27:47 2008
@@ -1,8 +1,26 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import java.util.ArrayList;
import java.util.List;
+
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/ObjectFactory.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/ObjectFactory.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/ObjectFactory.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/ObjectFactory.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import javax.xml.bind.annotation.XmlRegistry;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZip.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZip.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZip.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZip.java
Wed Apr 2 17:27:47 2008
@@ -1,9 +1,27 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.logging.Logger;
+
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZipSoap.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZipSoap.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZipSoap.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/USZipSoap.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.uszip;
import javax.jws.WebMethod;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/package-info.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/package-info.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/uszip/package-info.java
Wed Apr 2 17:27:47 2008
@@ -1,2 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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.
+ */
@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.webserviceX.NET",
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package com.example.uszip;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ArrayOfWeatherData.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ArrayOfWeatherData.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ArrayOfWeatherData.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ArrayOfWeatherData.java
Wed Apr 2 17:27:47 2008
@@ -1,8 +1,26 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import java.util.ArrayList;
import java.util.List;
+
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceName.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceName.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceName.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceName.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceNameResponse.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceNameResponse.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceNameResponse.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByPlaceNameResponse.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCode.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCode.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCode.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCode.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCodeResponse.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCodeResponse.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCodeResponse.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/GetWeatherByZipCodeResponse.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ObjectFactory.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ObjectFactory.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ObjectFactory.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/ObjectFactory.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import javax.xml.bind.JAXBElement;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherData.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherData.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherData.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherData.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecast.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecast.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecast.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecast.java
Wed Apr 2 17:27:47 2008
@@ -1,9 +1,27 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.logging.Logger;
+
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecastSoap.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecastSoap.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecastSoap.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecastSoap.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import javax.jws.WebMethod;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecasts.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecasts.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecasts.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/WeatherForecasts.java
Wed Apr 2 17:27:47 2008
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 com.example.weather;
import javax.xml.bind.annotation.XmlAccessType;
Modified:
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/package-info.java?rev=644119&r1=644118&r2=644119&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/package-info.java
(original)
+++
incubator/tuscany/java/sca/samples/zipcode-jaxws/src/main/java/com/example/weather/package-info.java
Wed Apr 2 17:27:47 2008
@@ -1,2 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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.
+ */
@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.webservicex.net",
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package com.example.weather;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]