
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
package wssec.wssc;
import javax.annotation.Generated;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.Action;
/**
* This class was generated by Apache CXF 3.1.6
* 2016-03-23T14:02:48.774-04:00
* Generated source version: 3.1.6
*
*/
@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 = "2016-03-23T14:02:48.774-04:00", comments = "Apache CXF 3.1.6")
public interface IPingService {
@WebResult(name = "PingResponse", targetNamespace = "http://WSSec/wssc", partName = "parameters")
@Action(input = "http://xmlsoap.org/Ping", output = "http://xmlsoap.org/Ping")
@WebMethod(operationName = "Ping", action = "http://xmlsoap.org/Ping")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2016-03-23T14:02:48.774-04:00")
public PingResponse ping(
@WebParam(partName = "parameters", name = "PingRequest", targetNamespace = "http://WSSec/wssc")
PingRequest parameters
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy