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

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

package io.quarkiverse.cxf.it.security.policy;

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

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

    @WebMethod
    @Override
    String hello(String text);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy