org.apache.hello_world_soap_http
Class DocLitBareGreeterImpl

java.lang.Object
  extended by org.apache.hello_world_soap_http.DocLitBareGreeterImpl
All Implemented Interfaces:
DocLitBare

public class DocLitBareGreeterImpl
extends Object
implements DocLitBare


Constructor Summary
DocLitBareGreeterImpl()
           
 
Method Summary
 int getInvocationCount()
           
 BareDocumentResponse testDocLitBare(String in)
           
 javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in)
           
 Future<?> testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocLitBareGreeterImpl

public DocLitBareGreeterImpl()
Method Detail

testDocLitBare

public BareDocumentResponse testDocLitBare(String in)
Specified by:
testDocLitBare in interface DocLitBare

testDocLitBareAsync

public Future<?> testDocLitBareAsync(String in,
                                     javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
Specified by:
testDocLitBareAsync in interface DocLitBare

testDocLitBareAsync

public javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in)
Specified by:
testDocLitBareAsync in interface DocLitBare

getInvocationCount

public int getInvocationCount()


Apache CXF