
wssec.wssec11.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.wssec11;
import javax.annotation.Generated;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.Action;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by Apache CXF 3.1.7
* 2016-07-26T13:15:05.950-04:00
* Generated source version: 3.1.7
*
*/
@WebService(targetNamespace = "http://WSSec/wssec11", name = "IPingService")
@XmlSeeAlso({ObjectFactory.class})
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2016-07-26T13:15:05.950-04:00", comments = "Apache CXF 3.1.7")
public interface IPingService {
@WebResult(name = "echoResult", targetNamespace = "")
@Action(input = "http://WSSec/wssec11/echo", output = "http://WSSec/wssec11/echo")
@RequestWrapper(localName = "echo", targetNamespace = "http://WSSec/wssec11", className = "wssec.wssec11.Echo")
@WebMethod(action = "http://WSSec/wssec11/echo")
@ResponseWrapper(localName = "echoResponse", targetNamespace = "http://WSSec/wssec11", className = "wssec.wssec11.EchoResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2016-07-26T13:15:05.950-04:00")
public java.lang.String echo(
@WebParam(name = "request", targetNamespace = "")
java.lang.String request
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy