Interface Greeter
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2023-06-06T12:44:56.734-04:00",
comments="Apache CXF 4.0.2")
public interface Greeter
This class was generated by Apache CXF 4.0.2
2023-06-06T12:44:56.734-04:00
Generated source version: 4.0.2
-
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="2023-06-06T12:44:56.734-04: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="2023-06-06T12:44:56.734-04:00") Result greetMeThreeTier(String requestType, int testIndex)
-