org.apache.hello_world_soap_http
Interface DocLitBare

All Known Implementing Classes:
DocLitBareGreeterImpl

public interface DocLitBare

This class was generated by Progress FUSE Services Framework 2.2.6-fuse-01-00 Thu Feb 04 09:43:54 EST 2010 Generated source version: 2.2.6-fuse-01-00


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

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)

testDocLitBare

BareDocumentResponse testDocLitBare(java.lang.String in)


Apache CXF