| Package | Description |
|---|---|
| org.apache.hello_world_soap_http | |
| org.apache.hello_world_soap_http.types |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.Response<TestDocLitFaultResponse> |
BaseGreeterImpl.testDocLitFaultAsync(String faultType) |
javax.xml.ws.Response<TestDocLitFaultResponse> |
Greeter.testDocLitFaultAsync(String faultType) |
javax.xml.ws.Response<TestDocLitFaultResponse> |
DerivedGreeterImpl.testDocLitFaultAsync(String faultType) |
javax.xml.ws.Response<TestDocLitFaultResponse> |
AnotherDerivedGreeterImpl.testDocLitFaultAsync(String faultType) |
javax.xml.ws.Response<TestDocLitFaultResponse> |
NotAnnotatedGreeterImpl.testDocLitFaultAsync(String faultType) |
javax.xml.ws.Response<TestDocLitFaultResponse> |
DerivedGreeterImpl.testDocLitFaultAsync(String faultType,
javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah) |
javax.xml.ws.Response<TestDocLitFaultResponse> |
AnotherDerivedGreeterImpl.testDocLitFaultAsync(String faultType,
javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah) |
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
BaseGreeterImpl.testDocLitFaultAsync(String faultType,
javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah) |
Future<?> |
Greeter.testDocLitFaultAsync(String faultType,
javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler) |
javax.xml.ws.Response<TestDocLitFaultResponse> |
DerivedGreeterImpl.testDocLitFaultAsync(String faultType,
javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah) |
javax.xml.ws.Response<TestDocLitFaultResponse> |
AnotherDerivedGreeterImpl.testDocLitFaultAsync(String faultType,
javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah) |
Future<?> |
NotAnnotatedGreeterImpl.testDocLitFaultAsync(String faultType,
javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah) |
| Modifier and Type | Method and Description |
|---|---|
TestDocLitFaultResponse |
ObjectFactory.createTestDocLitFaultResponse()
Create an instance of
TestDocLitFaultResponse |
Apache CXF