wssec.wssec10
Interface IPingService


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:45:02.902Z",
           comments="Apache CXF 2.5.0.fuse-70-097")
public interface IPingService

This class was generated by Apache CXF 2.5.0.fuse-70-097 2012-10-02T15:45:02.902Z Generated source version: 2.5.0.fuse-70-097


Method Summary
 String echo(String request)
           
 

Method Detail

echo

@Action(input="http://WSSec/wssec10/echo",
        output="http://WSSec/wssec10/echo")
@RequestWrapper(localName="echo",
                targetNamespace="http://WSSec/wssec10",
                className="wssec.wssec10.Echo")
@ResponseWrapper(localName="echoResponse",
                 targetNamespace="http://WSSec/wssec10",
                 className="wssec.wssec10.EchoResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:45:02.902Z")
String echo(String request)


Apache CXF