You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/02/01 23:21:13 UTC

svn commit: r502379 - in /incubator/cxf/trunk: api/src/main/java/org/apache/cxf/endpoint/ api/src/main/java/org/apache/cxf/transports/http/ distribution/src/main/release/samples/hello_world_https/ distribution/src/main/release/samples/hello_world_https...

Author: dkulp
Date: Thu Feb  1 14:21:11 2007
New Revision: 502379

URL: http://svn.apache.org/viewvc?view=rev&rev=502379
Log:
Fix a bunch of svn property issues

Modified:
    incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleListener.java   (contents, props changed)
    incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManager.java   (contents, props changed)
    incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandler.java   (contents, props changed)
    incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandlerRegistry.java   (contents, props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/build.xml   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/client.xml   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/insecure_client.xml   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/server.xml   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/src/demo/hw_https/client/Client.java   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/src/demo/hw_https/server/GreeterImpl.java   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/src/demo/hw_https/server/Server.java   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/wsdl/hello_world.wsdl   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/logging.properties   (props changed)
    incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/src/demo/ws_addressing/common/ConciseFormatter.java   (props changed)
    incubator/cxf/trunk/rt/bindings/http/src/main/java/org/apache/cxf/binding/http/interceptor/URIParameterInInterceptor.java   (props changed)
    incubator/cxf/trunk/rt/bindings/http/src/test/resources/schemas/person.xsd   (props changed)
    incubator/cxf/trunk/rt/bindings/xml/src/test/java/org/apache/cxf/binding/xml/XMLBindingFactoryTest.java   (props changed)
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/configuration/spring/ConfigurerImpl.java   (props changed)
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/configuration/spring/JaxbClassPathXmlApplicationContext.java   (props changed)
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.java   (contents, props changed)
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/AbstractConduit.java   (props changed)
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/AbstractDestination.java   (props changed)
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/OneShotAsyncExecutor.java   (props changed)
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/SynchronousExecutor.java   (props changed)
    incubator/cxf/trunk/rt/core/src/main/resources/META-INF/bus-extensions.xml   (props changed)
    incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/AsyncCallbackFuture.java   (props changed)
    incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JAXWSAsyncCallable.java   (props changed)
    incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo.xml   (props changed)
    incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo2.xml   (props changed)
    incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo3.xml   (props changed)
    incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echoResponse.xml   (props changed)
    incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxy.java   (contents, props changed)
    incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxyFactoryBean.java   (contents, props changed)
    incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/QueryHandlerRegistryImpl.java   (contents, props changed)
    incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java   (contents, props changed)
    incubator/cxf/trunk/rt/transports/http/src/test/java/org/apache/cxf/transport/http/JettyHTTPServerEngineTest.java   (props changed)
    incubator/cxf/trunk/rt/transports/http/src/test/java/org/apache/cxf/transport/http/cxfcfg.xml   (props changed)
    incubator/cxf/trunk/rt/transports/http/src/test/java/org/apache/cxf/transport/http/spring/beans.xml   (props changed)
    incubator/cxf/trunk/rt/transports/http2/src/main/java/org/apache/cxf/transport/http/cxfcfg.xml   (props changed)
    incubator/cxf/trunk/rt/transports/http2/src/test/java/org/apache/cxf/transport/http/JettyHTTPServerEngineTest.java   (props changed)
    incubator/cxf/trunk/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/soap/RetransmissionQueueImplTest.java   (props changed)
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/AttachmentProviderXMLClientServerTest.java   (contents, props changed)
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/AttachmentStreamSourceXMLProvider.java   (props changed)
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/MAPTestBase.java   (props changed)
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledTest.java   (props changed)
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/wsa_interceptors.xml   (props changed)
    incubator/cxf/trunk/testutils/src/main/resources/wsdl/jaxb/misc_test.xsd   (contents, props changed)
    incubator/cxf/trunk/testutils/src/main/resources/wsdl/swa-mime.wsdl   (props changed)
    incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/mime-inout.wsdl   (props changed)
    incubator/cxf/trunk/tools2/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties   (contents, props changed)
    incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/mapper/Messages.properties   (props changed)
    incubator/cxf/trunk/tools2/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb   (contents, props changed)

Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleListener.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleListener.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleListener.java (original)
+++ incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleListener.java Thu Feb  1 14:21:11 2007
@@ -1,25 +1,25 @@
-/**
- * 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 org.apache.cxf.endpoint;
-
-public interface ServerLifeCycleListener {
-    void startServer(Server server);
-    void stopServer(Server server); 
-}
+/**
+ * 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 org.apache.cxf.endpoint;
+
+public interface ServerLifeCycleListener {
+    void startServer(Server server);
+    void stopServer(Server server); 
+}

Propchange: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleListener.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleListener.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManager.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManager.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManager.java (original)
+++ incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManager.java Thu Feb  1 14:21:11 2007
@@ -1,28 +1,28 @@
-/**
- * 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 org.apache.cxf.endpoint;
-
-
-public interface ServerLifeCycleManager { 
-    void startServer(Server server);
-    void stopServer(Server  server);
-    void registerListener(ServerLifeCycleListener listener);
-    void unRegisterListener(ServerLifeCycleListener listener);
-}
+/**
+ * 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 org.apache.cxf.endpoint;
+
+
+public interface ServerLifeCycleManager { 
+    void startServer(Server server);
+    void stopServer(Server  server);
+    void registerListener(ServerLifeCycleListener listener);
+    void unRegisterListener(ServerLifeCycleListener listener);
+}

Propchange: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManager.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandler.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandler.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandler.java (original)
+++ incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandler.java Thu Feb  1 14:21:11 2007
@@ -1,48 +1,48 @@
-/**
- * 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 org.apache.cxf.transports.http;
-
-import java.io.OutputStream;
-
-import org.apache.cxf.service.model.EndpointInfo;
-
-public interface QueryHandler {
-    
-    /**
-     * @param URI the target URI
-     * @param endpoint the current endpoint for this context (e.g. the endpoint this
-     * Destination was activated for). Null if no current endpoint.
-     * @return true iff the URI is a recognized WSDL query
-     */
-    boolean isRecognizedQuery(String uri, EndpointInfo endpoint);
-
-    /**
-     * @return the content-type for the response
-     */
-    String getResponseContentType(String uri);
- 
-    /**
-     * Write query response to output stream
-     */ 
-    void writeResponse(String queryURI, EndpointInfo endpoint, OutputStream os);
-    
-
-
-}
+/**
+ * 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 org.apache.cxf.transports.http;
+
+import java.io.OutputStream;
+
+import org.apache.cxf.service.model.EndpointInfo;
+
+public interface QueryHandler {
+    
+    /**
+     * @param URI the target URI
+     * @param endpoint the current endpoint for this context (e.g. the endpoint this
+     * Destination was activated for). Null if no current endpoint.
+     * @return true iff the URI is a recognized WSDL query
+     */
+    boolean isRecognizedQuery(String uri, EndpointInfo endpoint);
+
+    /**
+     * @return the content-type for the response
+     */
+    String getResponseContentType(String uri);
+ 
+    /**
+     * Write query response to output stream
+     */ 
+    void writeResponse(String queryURI, EndpointInfo endpoint, OutputStream os);
+    
+
+
+}

Propchange: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandler.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandlerRegistry.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandlerRegistry.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandlerRegistry.java (original)
+++ incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandlerRegistry.java Thu Feb  1 14:21:11 2007
@@ -1,37 +1,37 @@
-/**
- * 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 org.apache.cxf.transports.http;
-
-import java.util.List;
-
-public interface QueryHandlerRegistry {
-    
-    /**
-     * Register QueryHandler with registry
-     */ 
-    void registerHandler(QueryHandler handler);
-    
-    /**
-     * Returns list of QueryHandlers
-     */  
-    List<QueryHandler> getHandlers();
-
-
-}
+/**
+ * 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 org.apache.cxf.transports.http;
+
+import java.util.List;
+
+public interface QueryHandlerRegistry {
+    
+    /**
+     * Register QueryHandler with registry
+     */ 
+    void registerHandler(QueryHandler handler);
+    
+    /**
+     * Returns list of QueryHandlers
+     */  
+    List<QueryHandler> getHandlers();
+
+
+}

Propchange: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandlerRegistry.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/transports/http/QueryHandlerRegistry.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/build.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/client.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/insecure_client.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/server.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/src/demo/hw_https/client/Client.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/src/demo/hw_https/server/GreeterImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/src/demo/hw_https/server/Server.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/wsdl/hello_world.wsdl
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/logging.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/src/demo/ws_addressing/common/ConciseFormatter.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/bindings/http/src/main/java/org/apache/cxf/binding/http/interceptor/URIParameterInInterceptor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/bindings/http/src/main/java/org/apache/cxf/binding/http/interceptor/URIParameterInInterceptor.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/bindings/http/src/test/resources/schemas/person.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/bindings/xml/src/test/java/org/apache/cxf/binding/xml/XMLBindingFactoryTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/configuration/spring/ConfigurerImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/configuration/spring/ConfigurerImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/configuration/spring/JaxbClassPathXmlApplicationContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/configuration/spring/JaxbClassPathXmlApplicationContext.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.java (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.java Thu Feb  1 14:21:11 2007
@@ -1,74 +1,74 @@
-/**
- * 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 org.apache.cxf.endpoint;
-
-import java.util.List;
-
-import javax.annotation.PostConstruct;
-import javax.annotation.Resource;
-
-import org.apache.cxf.Bus;
-
-public class ServerLifeCycleManagerImpl implements ServerLifeCycleManager {
-    
-    private List<ServerLifeCycleListener> listeners;
-    private Bus bus;
-
-    public void registerListener(ServerLifeCycleListener listener) {
-        listeners.add(listener);
-    }
-
-    public void startServer(Server server) {
-        if (null != listeners) {
-            for (ServerLifeCycleListener listener : listeners) {
-                listener.startServer(server);
-            }
-        }
-    }
-
-    public void stopServer(Server server) {
-        if (null != listeners) {
-            for (ServerLifeCycleListener listener : listeners) {
-                listener.stopServer(server);
-            }
-        } 
-    }
-
-    public void unRegisterListener(ServerLifeCycleListener listener) {
-        listeners.remove(listener);
-    }
-    
-    public Bus getBus() {
-        return bus;
-    }
-    
-    @Resource
-    public void setBus(Bus bus) {        
-        this.bus = bus;        
-    }
-    
-    @PostConstruct
-    public void register() {
-        if (null != bus) {
-            bus.setExtension(this, ServerLifeCycleManager.class);
-        }
-    }
-
-}
+/**
+ * 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 org.apache.cxf.endpoint;
+
+import java.util.List;
+
+import javax.annotation.PostConstruct;
+import javax.annotation.Resource;
+
+import org.apache.cxf.Bus;
+
+public class ServerLifeCycleManagerImpl implements ServerLifeCycleManager {
+    
+    private List<ServerLifeCycleListener> listeners;
+    private Bus bus;
+
+    public void registerListener(ServerLifeCycleListener listener) {
+        listeners.add(listener);
+    }
+
+    public void startServer(Server server) {
+        if (null != listeners) {
+            for (ServerLifeCycleListener listener : listeners) {
+                listener.startServer(server);
+            }
+        }
+    }
+
+    public void stopServer(Server server) {
+        if (null != listeners) {
+            for (ServerLifeCycleListener listener : listeners) {
+                listener.stopServer(server);
+            }
+        } 
+    }
+
+    public void unRegisterListener(ServerLifeCycleListener listener) {
+        listeners.remove(listener);
+    }
+    
+    public Bus getBus() {
+        return bus;
+    }
+    
+    @Resource
+    public void setBus(Bus bus) {        
+        this.bus = bus;        
+    }
+    
+    @PostConstruct
+    public void register() {
+        if (null != bus) {
+            bus.setExtension(this, ServerLifeCycleManager.class);
+        }
+    }
+
+}

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/AbstractConduit.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/AbstractDestination.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/OneShotAsyncExecutor.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/workqueue/SynchronousExecutor.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/core/src/main/resources/META-INF/bus-extensions.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/core/src/main/resources/META-INF/bus-extensions.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/core/src/main/resources/META-INF/bus-extensions.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/AsyncCallbackFuture.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/AsyncCallbackFuture.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JAXWSAsyncCallable.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JAXWSAsyncCallable.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echo3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/holder/echoResponse.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxy.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxy.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxy.java (original)
+++ incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxy.java Thu Feb  1 14:21:11 2007
@@ -1,89 +1,89 @@
-/**
- * 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 org.apache.cxf.frontend;
-
-import java.lang.reflect.InvocationHandler;
-import java.lang.reflect.Method;
-import java.lang.reflect.Proxy;
-import java.util.Map;
-import java.util.logging.Logger;
-
-import org.apache.cxf.common.i18n.Message;
-import org.apache.cxf.common.logging.LogUtils;
-import org.apache.cxf.endpoint.Client;
-import org.apache.cxf.endpoint.Endpoint;
-import org.apache.cxf.interceptor.Fault;
-import org.apache.cxf.service.model.BindingOperationInfo;
-
-public class ClientProxy implements InvocationHandler {
-
-    private static final Logger LOG = LogUtils.getL7dLogger(ClientProxy.class);
-
-    private Endpoint endpoint;
-
-    private Client client;
-
-    public ClientProxy(Client c) {
-        endpoint = c.getEndpoint();
-        client = c;
-    }
-
-    public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
-
-        MethodDispatcher dispatcher = (MethodDispatcher)endpoint.getService().get(
-                                                                                  MethodDispatcher.class
-                                                                                      .getName());
-        BindingOperationInfo oi = dispatcher.getBindingOperation(method, endpoint);
-        if (oi == null) {
-            // check for method on BindingProvider and Object
-            if (method.getDeclaringClass().equals(Object.class)) {
-                return method.invoke(this);
-            }
-
-            throw new Fault(new Message("NO_OPERATION_INFO", LOG, method.getName()));
-        }
-
-        Object[] params = args;
-        if (null == params) {
-            params = new Object[0];
-        }
-
-        return invokeSync(method, oi, params, null);
-    }
-
-    public Object invokeSync(Method method, BindingOperationInfo oi, Object[] params,
-                             Map<String, Object> context) throws Exception {
-        Object rawRet[] = client.invoke(oi, params, context);
-
-        if (rawRet != null && rawRet.length > 0) {
-            return rawRet[0];
-        } else {
-            return null;
-        }
-    }
-
-    public Client getClient() {
-        return client;
-    }
-
-    public static Client getClient(Object o) {
-        return ((ClientProxy)Proxy.getInvocationHandler(o)).getClient();
-    }
-}
+/**
+ * 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 org.apache.cxf.frontend;
+
+import java.lang.reflect.InvocationHandler;
+import java.lang.reflect.Method;
+import java.lang.reflect.Proxy;
+import java.util.Map;
+import java.util.logging.Logger;
+
+import org.apache.cxf.common.i18n.Message;
+import org.apache.cxf.common.logging.LogUtils;
+import org.apache.cxf.endpoint.Client;
+import org.apache.cxf.endpoint.Endpoint;
+import org.apache.cxf.interceptor.Fault;
+import org.apache.cxf.service.model.BindingOperationInfo;
+
+public class ClientProxy implements InvocationHandler {
+
+    private static final Logger LOG = LogUtils.getL7dLogger(ClientProxy.class);
+
+    private Endpoint endpoint;
+
+    private Client client;
+
+    public ClientProxy(Client c) {
+        endpoint = c.getEndpoint();
+        client = c;
+    }
+
+    public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
+
+        MethodDispatcher dispatcher = (MethodDispatcher)endpoint.getService().get(
+                                                                                  MethodDispatcher.class
+                                                                                      .getName());
+        BindingOperationInfo oi = dispatcher.getBindingOperation(method, endpoint);
+        if (oi == null) {
+            // check for method on BindingProvider and Object
+            if (method.getDeclaringClass().equals(Object.class)) {
+                return method.invoke(this);
+            }
+
+            throw new Fault(new Message("NO_OPERATION_INFO", LOG, method.getName()));
+        }
+
+        Object[] params = args;
+        if (null == params) {
+            params = new Object[0];
+        }
+
+        return invokeSync(method, oi, params, null);
+    }
+
+    public Object invokeSync(Method method, BindingOperationInfo oi, Object[] params,
+                             Map<String, Object> context) throws Exception {
+        Object rawRet[] = client.invoke(oi, params, context);
+
+        if (rawRet != null && rawRet.length > 0) {
+            return rawRet[0];
+        } else {
+            return null;
+        }
+    }
+
+    public Client getClient() {
+        return client;
+    }
+
+    public static Client getClient(Object o) {
+        return ((ClientProxy)Proxy.getInvocationHandler(o)).getClient();
+    }
+}

Propchange: incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxy.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxy.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxyFactoryBean.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxyFactoryBean.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxyFactoryBean.java (original)
+++ incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxyFactoryBean.java Thu Feb  1 14:21:11 2007
@@ -1,53 +1,53 @@
-/**
- * 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 org.apache.cxf.frontend;
-
-import java.lang.reflect.Proxy;
-
-import org.apache.cxf.endpoint.Client;
-
-public class ClientProxyFactoryBean {
-    private ClientFactoryBean clientFactoryBean;
-
-    public ClientProxyFactoryBean() {
-        super();
-        this.clientFactoryBean = new ClientFactoryBean();
-    }
-
-    public Object create() {
-        Client c = clientFactoryBean.create();
-
-        ClientProxy handler = new ClientProxy(c);
-
-        Class cls = clientFactoryBean.getServiceClass();
-        Object obj = Proxy.newProxyInstance(cls.getClassLoader(), new Class[] {cls}, handler);
-
-        return obj;
-    }
-
-    public ClientFactoryBean getClientFactoryBean() {
-        return clientFactoryBean;
-    }
-
-    public void setClientFactoryBean(ClientFactoryBean clientFactoryBean) {
-        this.clientFactoryBean = clientFactoryBean;
-    }
-    
-    
-}
+/**
+ * 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 org.apache.cxf.frontend;
+
+import java.lang.reflect.Proxy;
+
+import org.apache.cxf.endpoint.Client;
+
+public class ClientProxyFactoryBean {
+    private ClientFactoryBean clientFactoryBean;
+
+    public ClientProxyFactoryBean() {
+        super();
+        this.clientFactoryBean = new ClientFactoryBean();
+    }
+
+    public Object create() {
+        Client c = clientFactoryBean.create();
+
+        ClientProxy handler = new ClientProxy(c);
+
+        Class cls = clientFactoryBean.getServiceClass();
+        Object obj = Proxy.newProxyInstance(cls.getClassLoader(), new Class[] {cls}, handler);
+
+        return obj;
+    }
+
+    public ClientFactoryBean getClientFactoryBean() {
+        return clientFactoryBean;
+    }
+
+    public void setClientFactoryBean(ClientFactoryBean clientFactoryBean) {
+        this.clientFactoryBean = clientFactoryBean;
+    }
+    
+    
+}

Propchange: incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxyFactoryBean.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxyFactoryBean.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/QueryHandlerRegistryImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/QueryHandlerRegistryImpl.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/QueryHandlerRegistryImpl.java (original)
+++ incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/QueryHandlerRegistryImpl.java Thu Feb  1 14:21:11 2007
@@ -1,59 +1,59 @@
-/**
- * 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 org.apache.cxf.transport.http;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.annotation.PostConstruct;
-import javax.annotation.Resource;
-
-import org.apache.cxf.Bus;
-import org.apache.cxf.transports.http.QueryHandler;
-import org.apache.cxf.transports.http.QueryHandlerRegistry;
-
-public class QueryHandlerRegistryImpl implements QueryHandlerRegistry {
-    
-    List<QueryHandler> queryHandlers;
-    Bus bus;
-    
-    @PostConstruct
-    public void init() {
-        queryHandlers = new ArrayList<QueryHandler>();
-    }
-
-    public List<QueryHandler> getHandlers() {
-        return queryHandlers;
-    }
-
-    public void registerHandler(QueryHandler handler) {
-        queryHandlers.add(handler);
-    }
-    
-    @Resource
-    public void setBus(Bus b) {
-        bus = b;
-    }
-
-    public Bus getBus() {
-        return bus;
-    }
-
-}
+/**
+ * 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 org.apache.cxf.transport.http;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import javax.annotation.PostConstruct;
+import javax.annotation.Resource;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.transports.http.QueryHandler;
+import org.apache.cxf.transports.http.QueryHandlerRegistry;
+
+public class QueryHandlerRegistryImpl implements QueryHandlerRegistry {
+    
+    List<QueryHandler> queryHandlers;
+    Bus bus;
+    
+    @PostConstruct
+    public void init() {
+        queryHandlers = new ArrayList<QueryHandler>();
+    }
+
+    public List<QueryHandler> getHandlers() {
+        return queryHandlers;
+    }
+
+    public void registerHandler(QueryHandler handler) {
+        queryHandlers.add(handler);
+    }
+    
+    @Resource
+    public void setBus(Bus b) {
+        bus = b;
+    }
+
+    public Bus getBus() {
+        return bus;
+    }
+
+}

Propchange: incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/QueryHandlerRegistryImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/QueryHandlerRegistryImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java (original)
+++ incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java Thu Feb  1 14:21:11 2007
@@ -1,60 +1,60 @@
-/**
- * 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 org.apache.cxf.transport.http;
-
-import java.io.OutputStream;
-
-import javax.wsdl.Definition;
-import javax.wsdl.WSDLException;
-import javax.wsdl.factory.WSDLFactory;
-import javax.wsdl.xml.WSDLWriter;
-
-import org.apache.cxf.service.model.EndpointInfo;
-import org.apache.cxf.transports.http.QueryHandler;
-import org.apache.cxf.wsdl11.ServiceWSDLBuilder;
-
-public class WSDLQueryHandler implements QueryHandler {
-
-    public String getResponseContentType(String uri) {
-        if (uri.toString().toLowerCase().endsWith("?wsdl")) {
-            return "text/xml";
-        }
-        return null;
-    }
-
-    public boolean isRecognizedQuery(String uri, EndpointInfo endpointInfo) {       
-        if (uri != null) {
-            return endpointInfo.getAddress().contains(uri) 
-                && uri.toString().toLowerCase().endsWith("?wsdl");   
-        }
-        return false;
-    }
-
-    public void writeResponse(String queryURI, EndpointInfo endpointInfo, OutputStream os) {
-        try {
-            WSDLWriter wsdlWriter = WSDLFactory.newInstance().newWSDLWriter();
-            Definition def = new ServiceWSDLBuilder(endpointInfo.getService()).build();
-            wsdlWriter.writeWSDL(def, os);
-        } catch (WSDLException wex) {
-            wex.printStackTrace();
-        }
-    }
-
-}
+/**
+ * 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 org.apache.cxf.transport.http;
+
+import java.io.OutputStream;
+
+import javax.wsdl.Definition;
+import javax.wsdl.WSDLException;
+import javax.wsdl.factory.WSDLFactory;
+import javax.wsdl.xml.WSDLWriter;
+
+import org.apache.cxf.service.model.EndpointInfo;
+import org.apache.cxf.transports.http.QueryHandler;
+import org.apache.cxf.wsdl11.ServiceWSDLBuilder;
+
+public class WSDLQueryHandler implements QueryHandler {
+
+    public String getResponseContentType(String uri) {
+        if (uri.toString().toLowerCase().endsWith("?wsdl")) {
+            return "text/xml";
+        }
+        return null;
+    }
+
+    public boolean isRecognizedQuery(String uri, EndpointInfo endpointInfo) {       
+        if (uri != null) {
+            return endpointInfo.getAddress().contains(uri) 
+                && uri.toString().toLowerCase().endsWith("?wsdl");   
+        }
+        return false;
+    }
+
+    public void writeResponse(String queryURI, EndpointInfo endpointInfo, OutputStream os) {
+        try {
+            WSDLWriter wsdlWriter = WSDLFactory.newInstance().newWSDLWriter();
+            Definition def = new ServiceWSDLBuilder(endpointInfo.getService()).build();
+            wsdlWriter.writeWSDL(def, os);
+        } catch (WSDLException wex) {
+            wex.printStackTrace();
+        }
+    }
+
+}

Propchange: incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/transports/http/src/test/java/org/apache/cxf/transport/http/JettyHTTPServerEngineTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/transports/http/src/test/java/org/apache/cxf/transport/http/cxfcfg.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/transports/http/src/test/java/org/apache/cxf/transport/http/spring/beans.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/rt/transports/http2/src/main/java/org/apache/cxf/transport/http/cxfcfg.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/transports/http2/src/test/java/org/apache/cxf/transport/http/JettyHTTPServerEngineTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/soap/RetransmissionQueueImplTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/AttachmentProviderXMLClientServerTest.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/AttachmentProviderXMLClientServerTest.java?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/AttachmentProviderXMLClientServerTest.java (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/AttachmentProviderXMLClientServerTest.java Thu Feb  1 14:21:11 2007
@@ -110,7 +110,8 @@
         for (int i = 0; i < atts.getLength(); i++) {
             Element expElem = (Element)atts.item(i);
             String child = expElem.getFirstChild().getNodeValue();
-            if (contentId.equals(expElem.getAttribute("contentId"))
+            String contentIdVal = expElem.getAttribute("contentId");
+            if (contentId.equals(contentIdVal)
                 && (Base64Utility.encode(value.getBytes()).equals(child)
                     || Base64Utility.encode((value + "\n").getBytes()).equals(child))) {
                 return;    

Propchange: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/AttachmentProviderXMLClientServerTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/provider/AttachmentStreamSourceXMLProvider.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/MAPTestBase.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/wsa_interceptors.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/cxf/trunk/testutils/src/main/resources/wsdl/jaxb/misc_test.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/jaxb/misc_test.xsd?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/testutils/src/main/resources/wsdl/jaxb/misc_test.xsd (original)
+++ incubator/cxf/trunk/testutils/src/main/resources/wsdl/jaxb/misc_test.xsd Thu Feb  1 14:21:11 2007
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://cxf.apache.org/jaxb_misc"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://cxf.apache.org/jaxb_misc">
-    <xs:complexType name="Base64WithDefaultValueType">
-        <xs:sequence>
-            <xs:element name="EndPart" type="xs:string" />
-        </xs:sequence>
-        <xs:attribute name="AttributeWithDefaultValue" type="xs:base64Binary" default="1223" />
-    </xs:complexType>
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://cxf.apache.org/jaxb_misc"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://cxf.apache.org/jaxb_misc">
+    <xs:complexType name="Base64WithDefaultValueType">
+        <xs:sequence>
+            <xs:element name="EndPart" type="xs:string" />
+        </xs:sequence>
+        <xs:attribute name="AttributeWithDefaultValue" type="xs:base64Binary" default="1223" />
+    </xs:complexType>
 </schema>

Propchange: incubator/cxf/trunk/testutils/src/main/resources/wsdl/jaxb/misc_test.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/testutils/src/main/resources/wsdl/swa-mime.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/mime-inout.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/cxf/trunk/tools2/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/tools2/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties (original)
+++ incubator/cxf/trunk/tools2/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties Thu Feb  1 14:21:11 2007
@@ -1,20 +1,20 @@
-DATABINDING_PROFILE_LOAD_FAIL = Tools can not load the databinding plugin class {0}
-FRONTEND_PROFILE_LOAD_FAIL = Tools can not load the frontend plugin class {0}
-PLUGIN_LOAD_FAIL = Tools plugin {0} load failed
-JAXB_CONTEXT_INIT_FAIL = Tools plugin provider jaxb context init failed
-PLUGIN_MISSING = Plugin {0} missing
-PLUGIN_LOADING = Loading plugin {0}
-FRONTEND_MISSING = Can not find {0} frontend in the system
-DATABINDING_MISSING = Can not find {0} databinding in the system
-LOAD_PROCESSOR_FAILED = Can not load processor {0}
-
-FOUND_FRONTENDS =  Found {1} frontends in <{0}> plugin.
-LOADING_FRONTEND = Loading <{0}> frontend from <{1}> plugin.
-FRONTEND_MISSING_NAME = FrontEnd must have a name, can not load THIS frontend from <{0}> plugin.
-
-FOUND_DATABINDINGS =  Found {1} databindings in <{0}> plugin.
-LOADING_DATABINDING = Loading <{0}> databinding from <{1}> plugin.
-DATABINDING_MISSING_NAME = Databinding must have a name, can not load THIS databinding from <{0}> plugin.
-LOAD_CONTAINER_CLASS_FAILED = Tools can not load the container class : {0}
-NO_SERVICE_IN_DEFINITION = There is no service in this wsdl : {0}
+DATABINDING_PROFILE_LOAD_FAIL = Tools can not load the databinding plugin class {0}
+FRONTEND_PROFILE_LOAD_FAIL = Tools can not load the frontend plugin class {0}
+PLUGIN_LOAD_FAIL = Tools plugin {0} load failed
+JAXB_CONTEXT_INIT_FAIL = Tools plugin provider jaxb context init failed
+PLUGIN_MISSING = Plugin {0} missing
+PLUGIN_LOADING = Loading plugin {0}
+FRONTEND_MISSING = Can not find {0} frontend in the system
+DATABINDING_MISSING = Can not find {0} databinding in the system
+LOAD_PROCESSOR_FAILED = Can not load processor {0}
+
+FOUND_FRONTENDS =  Found {1} frontends in <{0}> plugin.
+LOADING_FRONTEND = Loading <{0}> frontend from <{1}> plugin.
+FRONTEND_MISSING_NAME = FrontEnd must have a name, can not load THIS frontend from <{0}> plugin.
+
+FOUND_DATABINDINGS =  Found {1} databindings in <{0}> plugin.
+LOADING_DATABINDING = Loading <{0}> databinding from <{1}> plugin.
+DATABINDING_MISSING_NAME = Databinding must have a name, can not load THIS databinding from <{0}> plugin.
+LOAD_CONTAINER_CLASS_FAILED = Tools can not load the container class : {0}
+NO_SERVICE_IN_DEFINITION = There is no service in this wsdl : {0}
 CAN_NOT_FIND_SERVICE = Can not find the service : {0} in wsdl :{1}

Propchange: incubator/cxf/trunk/tools2/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/tools2/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/tools2/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/mapper/Messages.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/mapper/Messages.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/mapper/Messages.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/cxf/trunk/tools2/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb?view=diff&rev=502379&r1=502378&r2=502379
==============================================================================
--- incubator/cxf/trunk/tools2/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb (original)
+++ incubator/cxf/trunk/tools2/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb Thu Feb  1 14:21:11 2007
@@ -1,28 +1,28 @@
-<!--
-  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.
--->
-<jxb:bindings jxb:version="1.0"
-	      xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
-	      xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-    <jxb:bindings schemaLocation="./schema1.xsd" node="/xsd:schema">
-	<jxb:schemaBindings>
-	    <jxb:package name="org.apache">
-	    </jxb:package>      
-	</jxb:schemaBindings>
-    </jxb:bindings>
-</jxb:bindings>
+<!--
+  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.
+-->
+<jxb:bindings jxb:version="1.0"
+	      xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
+	      xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+    <jxb:bindings schemaLocation="./schema1.xsd" node="/xsd:schema">
+	<jxb:schemaBindings>
+	    <jxb:package name="org.apache">
+	    </jxb:package>      
+	</jxb:schemaBindings>
+    </jxb:bindings>
+</jxb:bindings>

Propchange: incubator/cxf/trunk/tools2/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/tools2/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/tools2/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb
------------------------------------------------------------------------------
    svn:mime-type = text/xml