oscerd commented on a change in pull request #940:
URL: 
https://github.com/apache/camel-kafka-connector/pull/940#discussion_r572623963



##########
File path: 
tests/itests-cxf/src/test/java/org/apache/camel/kafkaconnector/cxf/sink/GreeterImpl.java
##########
@@ -15,16 +15,16 @@
  * limitations under the License.
  */
 
-package org.apache.camel.kafkaconnector.common.test;
+package org.apache.camel.kafkaconnector.cxf.sink;
 
-import java.util.Map;
-import java.util.concurrent.ExecutionException;
+import java.util.logging.Logger;
 
-/**
- * A producer of test messages
- */
-public interface TestMessageProducer<T> {
-    Map<String, String> messageHeaders(T text, int current);
-    T testMessageContent(int current);
-    void produceMessages() throws ExecutionException, InterruptedException;
+
+public class GreeterImpl extends org.apache.hello_world_soap_http.GreeterImpl {

Review comment:
       Thanks, but this is how cxf services are usually generated.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to