org.apache.hello_world_soap_http
Class DocLitBareGreeterImpl

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

public class DocLitBareGreeterImpl
extends java.lang.Object
implements org.apache.hello_world_soap_http.DocLitBare


Constructor Summary
DocLitBareGreeterImpl()
           
 
Method Summary
 int getInvocationCount()
           
 org.apache.hello_world_soap_http.types.BareDocumentResponse testDocLitBare(java.lang.String in)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.BareDocumentResponse> testDocLitBareAsync(java.lang.String in)
           
 java.util.concurrent.Future<?> testDocLitBareAsync(java.lang.String in, javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.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 org.apache.hello_world_soap_http.types.BareDocumentResponse testDocLitBare(java.lang.String in)
Specified by:
testDocLitBare in interface org.apache.hello_world_soap_http.DocLitBare

testDocLitBareAsync

public java.util.concurrent.Future<?> testDocLitBareAsync(java.lang.String in,
                                                          javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.BareDocumentResponse> asyncHandler)
Specified by:
testDocLitBareAsync in interface org.apache.hello_world_soap_http.DocLitBare

testDocLitBareAsync

public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.BareDocumentResponse> testDocLitBareAsync(java.lang.String in)
Specified by:
testDocLitBareAsync in interface org.apache.hello_world_soap_http.DocLitBare

getInvocationCount

public int getInvocationCount()


Apache CXF