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

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

package io.quarkiverse.cxf.it.auth.mtls;

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

/**
 * The simplest Hello service.
 */
@WebService(serviceName = "HelloService")
public interface HelloService {

    @WebMethod
    String hello(String text);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy