wssec.wssc.IPingService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxf-systests-ws-security Show documentation
Show all versions of cxf-systests-ws-security Show documentation
Apache CXF WS-Security System Tests
The newest version!
package wssec.wssc;
import jakarta.annotation.Generated;
import jakarta.jws.WebMethod;
import jakarta.jws.WebParam;
import jakarta.jws.WebResult;
import jakarta.jws.WebService;
import jakarta.jws.soap.SOAPBinding;
import jakarta.xml.bind.annotation.XmlSeeAlso;
import jakarta.xml.ws.Action;
/**
* This class was generated by Apache CXF 4.1.0
* 2024-12-09T12:44:45.147-05:00
* Generated source version: 4.1.0
*
*/
@WebService(targetNamespace = "http://WSSec/wssc", name = "IPingService")
@XmlSeeAlso({ObjectFactory.class, org.xmlsoap.ping.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.147-05:00", comments = "Apache CXF 4.1.0")
public interface IPingService {
@WebMethod(operationName = "Ping", action = "http://xmlsoap.org/Ping")
@Action(input = "http://xmlsoap.org/Ping", output = "http://xmlsoap.org/Ping")
@WebResult(name = "PingResponse", targetNamespace = "http://WSSec/wssc", partName = "parameters")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.147-05:00")
public PingResponse ping(
@WebParam(partName = "parameters", name = "PingRequest", targetNamespace = "http://WSSec/wssc")
PingRequest parameters
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy