wssec.wssc.IPingService Maven / Gradle / Ivy
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.0.3
* 2023-09-13T13:30:51.347-04:00
* Generated source version: 4.0.3
*
*/
@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 = "2023-09-13T13:30:51.347-04:00", comments = "Apache CXF 4.0.3")
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 = "2023-09-13T13:30:51.347-04:00")
public PingResponse ping(
@WebParam(partName = "parameters", name = "PingRequest", targetNamespace = "http://WSSec/wssc")
PingRequest parameters
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy