wssec.wssec11
Interface IPingService


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T20:26:23.849Z",
           comments="Apache CXF 2.6.0.fuse-71-047")
public interface IPingService

This class was generated by Apache CXF 2.6.0.fuse-71-047 2012-12-18T20:26:23.849Z Generated source version: 2.6.0.fuse-71-047


Method Summary
 String echo(String request)
           
 

Method Detail

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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T20:26:23.849Z")
String echo(String request)


Apache CXF