Package org.apache.hello_world_soap_http
Class DocLitBareGreeterImpl
- java.lang.Object
-
- org.apache.hello_world_soap_http.DocLitBareGreeterImpl
-
- All Implemented Interfaces:
DocLitBare
public class DocLitBareGreeterImpl extends Object implements DocLitBare
-
-
Constructor Summary
Constructors Constructor Description DocLitBareGreeterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInvocationCount()BareDocumentResponsetestDocLitBare(String in)javax.xml.ws.Response<BareDocumentResponse>testDocLitBareAsync(String in)Future<?>testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
-
-
-
Method Detail
-
testDocLitBare
public BareDocumentResponse testDocLitBare(String in)
- Specified by:
testDocLitBarein interfaceDocLitBare
-
testDocLitBareAsync
public Future<?> testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
- Specified by:
testDocLitBareAsyncin interfaceDocLitBare
-
testDocLitBareAsync
public javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in)
- Specified by:
testDocLitBareAsyncin interfaceDocLitBare
-
getInvocationCount
public int getInvocationCount()
-
-