Interface Greeter
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2024-03-06T18:23:46.683-05:00",
comments="Apache CXF 4.0.4")
public interface Greeter
This class was generated by Apache CXF 4.0.4
2024-03-06T18:23:46.683-05:00
Generated source version: 4.0.4
-
Method Summary
Modifier and TypeMethodDescriptiongreetMeThreeTier(String requestType, int testIndex) greetMeTwoTier(String requestType, int testIndex)
-
Method Details
-
greetMeTwoTier
@RequestWrapper(localName="greetMeTwoTier", targetNamespace="http://apache.org/hello_world_soap_http_secure/types", className="org.apache.hello_world_soap_http_secure.types.GreetMeTwoTier") @ResponseWrapper(localName="greetMeResponseTwoTier", targetNamespace="http://apache.org/hello_world_soap_http_secure/types", className="org.apache.hello_world_soap_http_secure.types.GreetMeResponseTwoTier") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.683-05:00") Result greetMeTwoTier(String requestType, int testIndex) -
greetMeThreeTier
@RequestWrapper(localName="greetMeThreeTier", targetNamespace="http://apache.org/hello_world_soap_http_secure/types", className="org.apache.hello_world_soap_http_secure.types.GreetMeThreeTier") @ResponseWrapper(localName="greetMeResponseThreeTier", targetNamespace="http://apache.org/hello_world_soap_http_secure/types", className="org.apache.hello_world_soap_http_secure.types.GreetMeResponseThreeTier") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.683-05:00") Result greetMeThreeTier(String requestType, int testIndex)
-