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

io.quarkiverse.cxf.it.ws.addressing.server.decoupled.WsAddressingService Maven / Gradle / Ivy

package io.quarkiverse.cxf.it.ws.addressing.server.decoupled;

import jakarta.jws.WebMethod;
import jakarta.jws.WebService;
import jakarta.xml.ws.soap.Addressing;

@WebService
@Addressing(required = true)
public interface WsAddressingService {

    @WebMethod
    public String echo(String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy