@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2020-11-03T14:24:52.105-05:00", comments="Apache CXF 3.4.1") public interface Greeter
| Modifier and Type | Method and Description |
|---|---|
Result |
greetMeThreeTier(String requestType,
int testIndex) |
Result |
greetMeTwoTier(String requestType,
int testIndex) |
@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="2020-11-03T14:24:52.105-05:00") Result greetMeTwoTier(String requestType, int testIndex)
@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="2020-11-03T14:24:52.105-05:00") Result greetMeThreeTier(String requestType, int testIndex)
Apache CXF