| Package | Description |
|---|---|
| org.apache.hello_world_soap_http | |
| org.apache.hello_world_soap_http.types |
| Modifier and Type | Method and Description |
|---|---|
BareDocumentResponse |
AnotherDerivedGreeterImpl.testDocLitBare(String in) |
BareDocumentResponse |
BaseGreeterImpl.testDocLitBare(String in) |
BareDocumentResponse |
NotAnnotatedGreeterImpl.testDocLitBare(String in) |
BareDocumentResponse |
DocLitBare.testDocLitBare(String in) |
BareDocumentResponse |
DocLitBareGreeterImpl.testDocLitBare(String in) |
BareDocumentResponse |
DerivedGreeterImpl.testDocLitBare(String in) |
| Modifier and Type | Method and Description |
|---|---|
Response<BareDocumentResponse> |
AnotherDerivedGreeterImpl.testDocLitBareAsync(String in) |
Response<BareDocumentResponse> |
BaseGreeterImpl.testDocLitBareAsync(String bare) |
Response<BareDocumentResponse> |
NotAnnotatedGreeterImpl.testDocLitBareAsync(String bare) |
Response<BareDocumentResponse> |
DocLitBare.testDocLitBareAsync(String in) |
Response<BareDocumentResponse> |
DocLitBareGreeterImpl.testDocLitBareAsync(String in) |
Response<BareDocumentResponse> |
DerivedGreeterImpl.testDocLitBareAsync(String in) |
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
AnotherDerivedGreeterImpl.testDocLitBareAsync(String in,
AsyncHandler<BareDocumentResponse> asyncHandler) |
Future<?> |
NotAnnotatedGreeterImpl.testDocLitBareAsync(String bare,
AsyncHandler<BareDocumentResponse> ah) |
Future<?> |
DocLitBare.testDocLitBareAsync(String in,
AsyncHandler<BareDocumentResponse> asyncHandler) |
Future<?> |
DocLitBareGreeterImpl.testDocLitBareAsync(String in,
AsyncHandler<BareDocumentResponse> asyncHandler) |
Future<?> |
DerivedGreeterImpl.testDocLitBareAsync(String in,
AsyncHandler<BareDocumentResponse> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BareDocumentResponse |
ObjectFactory.createBareDocumentResponse()
Create an instance of
BareDocumentResponse |
Apache CXF