All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.cxf.it.HelloService Maven / Gradle / Ivy

There is a newer version: 3.17.3
Show newest version
package io.quarkiverse.cxf.it;

import jakarta.jws.WebMethod;
import jakarta.jws.WebService;

@WebService(serviceName = "HelloService", targetNamespace = HelloService.NS)
public interface HelloService {
    public static final String NS = "https://quarkiverse.github.io/quarkiverse-docs/quarkus-cxf/test";

    @WebMethod
    public String hello(String person);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy