@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-09-06T11:17:44.776-04:00", comments="Apache CXF 3.1.13") 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="2017-09-06T11:17:44.776-04: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="2017-09-06T11:17:44.776-04:00") Result greetMeThreeTier(String requestType, int testIndex)
Apache CXF