public class DocLitBareGreeterImpl extends Object implements DocLitBare
| Constructor and Description |
|---|
DocLitBareGreeterImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInvocationCount() |
BareDocumentResponse |
testDocLitBare(String in) |
Response<BareDocumentResponse> |
testDocLitBareAsync(String in) |
Future<?> |
testDocLitBareAsync(String in,
AsyncHandler<BareDocumentResponse> asyncHandler) |
public BareDocumentResponse testDocLitBare(String in)
testDocLitBare in interface DocLitBarepublic Future<?> testDocLitBareAsync(String in, AsyncHandler<BareDocumentResponse> asyncHandler)
testDocLitBareAsync in interface DocLitBarepublic Response<BareDocumentResponse> testDocLitBareAsync(String in)
testDocLitBareAsync in interface DocLitBarepublic int getInvocationCount()
Apache CXF