org.apache.hello_world_soap_http_secure
Interface Greeter


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-08-14T17:38:37.893-04:00",
           comments="Apache CXF 2.6.2")
public interface Greeter

This class was generated by Apache CXF 2.6.2 2012-08-14T17:38:37.893-04:00 Generated source version: 2.6.2


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="2012-08-14T17:38:37.893-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="2012-08-14T17:38:37.893-04:00")
Result greetMeThreeTier(String requestType,
                                                                 int testIndex)


Apache CXF