You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2010/05/07 05:49:50 UTC

svn commit: r941995 - /cxf/trunk/systests/transports/src/test/java/org/apache/cxf/systest/jms/SoapService7SoapPort7Impl.java

Author: ningjiang
Date: Fri May  7 03:49:50 2010
New Revision: 941995

URL: http://svn.apache.org/viewvc?rev=941995&view=rev
Log:
CXF-2793 added the file which I missed in my last commit

Added:
    cxf/trunk/systests/transports/src/test/java/org/apache/cxf/systest/jms/SoapService7SoapPort7Impl.java   (with props)

Added: cxf/trunk/systests/transports/src/test/java/org/apache/cxf/systest/jms/SoapService7SoapPort7Impl.java
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/transports/src/test/java/org/apache/cxf/systest/jms/SoapService7SoapPort7Impl.java?rev=941995&view=auto
==============================================================================
--- cxf/trunk/systests/transports/src/test/java/org/apache/cxf/systest/jms/SoapService7SoapPort7Impl.java (added)
+++ cxf/trunk/systests/transports/src/test/java/org/apache/cxf/systest/jms/SoapService7SoapPort7Impl.java Fri May  7 03:49:50 2010
@@ -0,0 +1,30 @@
+/**
+ * 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.systest.jms;
+
+import javax.jws.WebService;
+
+@WebService(serviceName = "SOAPService7", 
+            portName = "SoapPort7", 
+            endpointInterface = "org.apache.hello_world_doc_lit.Greeter",
+            targetNamespace = "http://apache.org/hello_world_doc_lit",
+            wsdlLocation = "testutils/hello_world_doc_lit.wsdl")
+public class SoapService7SoapPort7Impl extends GreeterImplDocBase {
+
+}

Propchange: cxf/trunk/systests/transports/src/test/java/org/apache/cxf/systest/jms/SoapService7SoapPort7Impl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/transports/src/test/java/org/apache/cxf/systest/jms/SoapService7SoapPort7Impl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date