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

wssec.wssec10.IPingService Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package wssec.wssec10;

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.6
 * 2016-03-23T14:02:47.786-04:00
 * Generated source version: 3.1.6
 * 
 */
@WebService(targetNamespace = "http://WSSec/wssec10", name = "IPingService")
@XmlSeeAlso({ObjectFactory.class})
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2016-03-23T14:02:47.786-04:00", comments = "Apache CXF 3.1.6")
public interface IPingService {

    @WebResult(name = "echoResult", targetNamespace = "")
    @Action(input = "http://WSSec/wssec10/echo", output = "http://WSSec/wssec10/echo")
    @RequestWrapper(localName = "echo", targetNamespace = "http://WSSec/wssec10", className = "wssec.wssec10.Echo")
    @WebMethod(action = "http://WSSec/wssec10/echo")
    @ResponseWrapper(localName = "echoResponse", targetNamespace = "http://WSSec/wssec10", className = "wssec.wssec10.EchoResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2016-03-23T14:02:47.786-04:00")
    public java.lang.String echo(
        @WebParam(name = "request", targetNamespace = "")
        java.lang.String request
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy