org.apache.hello_world_soap_http_secure
Interface Greeter


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-05-03T22:16:02.405-04:00",
           comments="Apache CXF 2.6.8")
public interface Greeter

This class was generated by Apache CXF 2.6.8 2013-05-03T22:16:02.405-04:00 Generated source version: 2.6.8


Method Summary
 Result greetMeThreeTier(String requestType, int testIndex)
           
 Result greetMeTwoTier(String requestType, int testIndex)
           
 

Method Detail

greetMeTwoTier

@ResponseWrapper(localName="greetMeResponseTwoTier",
                 targetNamespace="http://apache.org/hello_world_soap_http_secure/types",
                 className="org.apache.hello_world_soap_http_secure.types.GreetMeResponseTwoTier")
@RequestWrapper(localName="greetMeTwoTier",
                targetNamespace="http://apache.org/hello_world_soap_http_secure/types",
                className="org.apache.hello_world_soap_http_secure.types.GreetMeTwoTier")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-05-03T22:16:02.405-04:00")
Result greetMeTwoTier(String requestType,
                                                               int testIndex)

greetMeThreeTier

@ResponseWrapper(localName="greetMeResponseThreeTier",
                 targetNamespace="http://apache.org/hello_world_soap_http_secure/types",
                 className="org.apache.hello_world_soap_http_secure.types.GreetMeResponseThreeTier")
@RequestWrapper(localName="greetMeThreeTier",
                targetNamespace="http://apache.org/hello_world_soap_http_secure/types",
                className="org.apache.hello_world_soap_http_secure.types.GreetMeThreeTier")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-05-03T22:16:02.405-04:00")
Result greetMeThreeTier(String requestType,
                                                                 int testIndex)


Apache CXF