org.apache.hello_world_soap_http
Interface DocLitBare

All Known Implementing Classes:
DocLitBareGreeterImpl

public interface DocLitBare

This class was generated by Apache CXF 2.0.6 Thu Apr 24 18:13:27 EDT 2008 Generated source version: 2.0.6


Method Summary
 BareDocumentResponse testDocLitBare(java.lang.String in)
           
 javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(java.lang.String in)
           
 java.util.concurrent.Future<?> testDocLitBareAsync(java.lang.String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 

Method Detail

testDocLitBare

BareDocumentResponse testDocLitBare(java.lang.String in)

testDocLitBareAsync

javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(java.lang.String in)

testDocLitBareAsync

java.util.concurrent.Future<?> testDocLitBareAsync(java.lang.String in,
                                                   javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)


Apache CXF