| Package | Description |
|---|---|
| org.apache.hello_world_soap_http | |
| org.apache.hello_world_soap_http.types |
| Modifier and Type | Method and Description |
|---|---|
Response<GreetMeResponse> |
AnotherDerivedGreeterImpl.greetMeAsync(String requestType) |
Response<GreetMeResponse> |
BaseGreeterImpl.greetMeAsync(String requestType) |
Response<GreetMeResponse> |
NotAnnotatedGreeterImpl.greetMeAsync(String requestType) |
Response<GreetMeResponse> |
DerivedGreeterImpl.greetMeAsync(String requestType) |
Response<GreetMeResponse> |
Greeter.greetMeAsync(String requestType) |
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
AnotherDerivedGreeterImpl.greetMeAsync(String requestType,
AsyncHandler<GreetMeResponse> asyncHandler) |
Future<?> |
BaseGreeterImpl.greetMeAsync(String requestType,
AsyncHandler<GreetMeResponse> asyncHandler) |
Future<?> |
NotAnnotatedGreeterImpl.greetMeAsync(String requestType,
AsyncHandler<GreetMeResponse> asyncHandler) |
Future<?> |
DerivedGreeterImpl.greetMeAsync(String requestType,
AsyncHandler<GreetMeResponse> asyncHandler) |
Future<?> |
Greeter.greetMeAsync(String requestType,
AsyncHandler<GreetMeResponse> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GreetMeResponse |
ObjectFactory.createGreetMeResponse()
Create an instance of
GreetMeResponse |
Apache CXF