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

wssec.wssec11.IPingService Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
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.8
 * 2016-10-14T14:35:19.716-04:00
 * Generated source version: 3.1.8
 * 
 */
@WebService(targetNamespace = "http://WSSec/wssec11", name = "IPingService")
@XmlSeeAlso({ObjectFactory.class})
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2016-10-14T14:35:19.716-04:00", comments = "Apache CXF 3.1.8")
public interface IPingService {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy